summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-14 17:49:06 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-14 17:49:06 +0000
commit64f7a5ea866dab82b54f04732c243ccf5d6f532b (patch)
tree4bc918ac44f3fcca315069acaf20c04f5b011fad /llvm/test
parent5c59cf718dd44d2774dce16b74d7e9b3600bd8bf (diff)
downloadbcm5719-llvm-64f7a5ea866dab82b54f04732c243ccf5d6f532b.tar.gz
bcm5719-llvm-64f7a5ea866dab82b54f04732c243ccf5d6f532b.zip
Simplify this test and correct redirection for Tcl exec.
llvm-svn: 36001
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Feature/load_module.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/Feature/load_module.ll b/llvm/test/Feature/load_module.ll
index 455614d7218..356eceb285e 100644
--- a/llvm/test/Feature/load_module.ll
+++ b/llvm/test/Feature/load_module.ll
@@ -1,7 +1,6 @@
; PR1318
-; RUN: llvm-as < %s > %t.bc &&
-; RUN: opt -load=%llvmlibsdir/LLVMHello%shlibext -hello \
-; RUN: -disable-output %t.bc 2>&1 | grep Hello
+; RUN: llvm-as < %s | opt -load=%llvmlibsdir/LLVMHello%shlibext -hello \
+; RUN: -disable-output - |& grep Hello
@junk = global i32 0
OpenPOWER on IntegriCloud