diff options
| author | Chris Lattner <sabre@nondot.org> | 2011-07-09 16:52:42 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2011-07-09 16:52:42 +0000 |
| commit | 48e3f13853d83dbfc7fd9caea968ecfad0321e75 (patch) | |
| tree | c13197d99c8e875e98fb26e56d4a823fd9c68391 /llvm/test | |
| parent | 7ae42ef0bf81a750ccd21bd3ec52671a37d507c6 (diff) | |
| download | bcm5719-llvm-48e3f13853d83dbfc7fd9caea968ecfad0321e75.tar.gz bcm5719-llvm-48e3f13853d83dbfc7fd9caea968ecfad0321e75.zip | |
remove a test that doesn't make sense in the new world.
llvm-svn: 134818
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/Linker/2003-10-21-ConflictingTypesTolerance.ll | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/Linker/2003-10-21-ConflictingTypesTolerance.ll b/llvm/test/Linker/2003-10-21-ConflictingTypesTolerance.ll deleted file mode 100644 index 7cdf7ad0dad..00000000000 --- a/llvm/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 } - - |

