summaryrefslogtreecommitdiffstats
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.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/2004-12-03-DisagreeingType.ll b/test/Linker/2004-12-03-DisagreeingType.ll
index 7378fdd..570bda8 100644
--- a/test/Linker/2004-12-03-DisagreeingType.ll
+++ b/test/Linker/2004-12-03-DisagreeingType.ll
@@ -1,7 +1,7 @@
; 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 | llvm-dis | not grep {\\}}
+; RUN: llvm-link %t.out1.bc %t.out2.bc -S | not grep {\\}}
; When linked, the global above should be eliminated, being merged with the
; global below.
OpenPOWER on IntegriCloud