summaryrefslogtreecommitdiff
path: root/test/Feature/load_module.ll
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
commit70718366d995747977a048a311e388f820333cd7 (patch)
tree5e1c0ced156ef15a088521e031296ae8a07926e9 /test/Feature/load_module.ll
parentfad4c0f1553cabf7cbe39fed8af76c43adfe2299 (diff)
downloadllvm-70718366d995747977a048a311e388f820333cd7.tar.gz
llvm-70718366d995747977a048a311e388f820333cd7.tar.bz2
llvm-70718366d995747977a048a311e388f820333cd7.tar.xz
Simplify this test and correct redirection for Tcl exec.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36001 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature/load_module.ll')
-rw-r--r--test/Feature/load_module.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Feature/load_module.ll b/test/Feature/load_module.ll
index 455614d721..356eceb285 100644
--- a/test/Feature/load_module.ll
+++ b/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