diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-14 17:49:06 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-14 17:49:06 +0000 |
commit | 64f7a5ea866dab82b54f04732c243ccf5d6f532b (patch) | |
tree | 4bc918ac44f3fcca315069acaf20c04f5b011fad /llvm/test | |
parent | 5c59cf718dd44d2774dce16b74d7e9b3600bd8bf (diff) | |
download | bcm5719-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.ll | 5 |
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 |