summaryrefslogtreecommitdiffstats
path: root/test/Linker/2005-02-12-ConstantGlobals-2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/2005-02-12-ConstantGlobals-2.ll')
-rw-r--r--test/Linker/2005-02-12-ConstantGlobals-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/2005-02-12-ConstantGlobals-2.ll b/test/Linker/2005-02-12-ConstantGlobals-2.ll
index bedeb51..2ceae31 100644
--- a/test/Linker/2005-02-12-ConstantGlobals-2.ll
+++ b/test/Linker/2005-02-12-ConstantGlobals-2.ll
@@ -3,6 +3,6 @@
; RUN: echo {@X = external constant i32} | llvm-as > %t.2.bc
; RUN: llvm-as < %s > %t.1.bc
-; RUN: llvm-link %t.1.bc %t.2.bc | llvm-dis | grep {global i32 7}
+; RUN: llvm-link %t.1.bc %t.2.bc -S | grep {global i32 7}
@X = global i32 7
OpenPOWER on IntegriCloud