remove a test that doesn't make sense in the new world.
authorChris Lattner <sabre@nondot.org>
Sat, 9 Jul 2011 16:52:42 +0000 (16:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 9 Jul 2011 16:52:42 +0000 (16:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134818 91177308-0d34-0410-b5e6-96231b3b80d8

test/Linker/2003-10-21-ConflictingTypesTolerance.ll [deleted file]

diff --git a/test/Linker/2003-10-21-ConflictingTypesTolerance.ll b/test/Linker/2003-10-21-ConflictingTypesTolerance.ll
deleted file mode 100644 (file)
index 7cdf7ad..0000000
+++ /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 }
-
-