diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-06-12 21:23:38 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-06-12 21:23:38 +0000 |
commit | 933b5065e5219538fdb70c661f90819a910433b9 (patch) | |
tree | efd7c1a9e9c74f76a8266b9aa22250a596b3be1a /test/Linker | |
parent | 502a4f5162498ec420e3cb22f667808d726dd7da (diff) |
Fix some tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52245 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker')
-rw-r--r-- | test/Linker/2003-10-21-ConflictingTypesTolerance.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Linker/2003-10-21-ConflictingTypesTolerance.ll b/test/Linker/2003-10-21-ConflictingTypesTolerance.ll index f61d886104..4f98a20032 100644 --- a/test/Linker/2003-10-21-ConflictingTypesTolerance.ll +++ b/test/Linker/2003-10-21-ConflictingTypesTolerance.ll @@ -1,7 +1,6 @@ ; RUN: llvm-as < %s > %t.out1.bc ; RUN: echo { %S = type \[8 x i32\] external global %S } | llvm-as > %t.out2.bc -; RUN: llvm-link %t.out1.bc %t.out2.bc | llvm-dis | grep %S | grep {\\{} - +; RUN: llvm-link %t.out1.bc %t.out2.bc | llvm-dis | grep %S | grep \\{ %S = type { i32 } |