summaryrefslogtreecommitdiff
path: root/test/Linker
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-07-09 16:52:42 +0000
committerChris Lattner <sabre@nondot.org>2011-07-09 16:52:42 +0000
commit5fe319b3bd64499adb03460965f7854653880d73 (patch)
treeb94f01102dd7910f94a0c1c4f7ae5b36c291e7cc /test/Linker
parent9eb36758ac97be408a7ca90d6d26e33abf1bae20 (diff)
downloadllvm-5fe319b3bd64499adb03460965f7854653880d73.tar.gz
llvm-5fe319b3bd64499adb03460965f7854653880d73.tar.bz2
llvm-5fe319b3bd64499adb03460965f7854653880d73.tar.xz
remove a test that doesn't make sense in the new world.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134818 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker')
-rw-r--r--test/Linker/2003-10-21-ConflictingTypesTolerance.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/Linker/2003-10-21-ConflictingTypesTolerance.ll b/test/Linker/2003-10-21-ConflictingTypesTolerance.ll
deleted file mode 100644
index 7cdf7ad0da..0000000000
--- a/test/Linker/2003-10-21-ConflictingTypesTolerance.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: llvm-as < %s > %t.out1.bc
-; RUN: echo { %M = type \[8 x i32\] external global %M } | llvm-as > %t.out2.bc
-; RUN: llvm-link %t.out1.bc %t.out2.bc -S | grep %M | grep \\{
-%M = type { i32 }
-
-