summaryrefslogtreecommitdiff
path: root/test/Linker/2004-12-03-DisagreeingType.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/2004-12-03-DisagreeingType.ll')
-rw-r--r--test/Linker/2004-12-03-DisagreeingType.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Linker/2004-12-03-DisagreeingType.ll b/test/Linker/2004-12-03-DisagreeingType.ll
index 73d7a40550..63e1529925 100644
--- a/test/Linker/2004-12-03-DisagreeingType.ll
+++ b/test/Linker/2004-12-03-DisagreeingType.ll
@@ -1,7 +1,8 @@
; RUN: echo "@G = weak global {{{{double}}}} zeroinitializer " | \
; RUN: llvm-as > %t.out2.bc
; RUN: llvm-as < %s > %t.out1.bc
-; RUN: llvm-link %t.out1.bc %t.out2.bc -S | not grep "}"
+; RUN: llvm-link %t.out1.bc %t.out2.bc -S | FileCheck %s
+; CHECK-NOT: }
; When linked, the global above should be eliminated, being merged with the
; global below.