aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/LinkOnce.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/LinkOnce.ll')
-rw-r--r--test/Linker/LinkOnce.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/LinkOnce.ll b/test/Linker/LinkOnce.ll
index 5befd77..56633fb 100644
--- a/test/Linker/LinkOnce.ll
+++ b/test/Linker/LinkOnce.ll
@@ -3,6 +3,6 @@
; RUN: echo "@X = linkonce global i32 8" | llvm-as > %t.2.bc
; RUN: llvm-as < %s > %t.1.bc
-; RUN: llvm-link %t.1.bc %t.2.bc | llvm-dis
+; RUN: llvm-link %t.1.bc %t.2.bc -S
@X = linkonce global i32 7 ; <i32*> [#uses=0]