summaryrefslogtreecommitdiffstats
path: root/test/Linker/2005-02-12-ConstantGlobals.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/2005-02-12-ConstantGlobals.ll')
-rw-r--r--test/Linker/2005-02-12-ConstantGlobals.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/2005-02-12-ConstantGlobals.ll b/test/Linker/2005-02-12-ConstantGlobals.ll
index 4077372..60f176b 100644
--- a/test/Linker/2005-02-12-ConstantGlobals.ll
+++ b/test/Linker/2005-02-12-ConstantGlobals.ll
@@ -3,6 +3,6 @@
; RUN: echo {@X = global i32 7} | 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 = external constant i32 ; <i32*> [#uses=0]
OpenPOWER on IntegriCloud