The "Hello" message is written on stderr so make sure it is duplicated to

stdout so the grep can match it.

llvm-svn: 35925
This commit is contained in:
Reid Spencer 2007-04-11 21:30:05 +00:00
parent dc130ca32f
commit 91097746e8

View File

@ -1,6 +1,6 @@
; PR1318
; RUN: llvm-as < %s > %t.bc &&
; RUN: opt -load=%llvmlibsdir/LLVMHello%shlibext -hello \
; RUN: -disable-output %t.bc | grep Hello
; RUN: -disable-output %t.bc 2>&1 | grep Hello
@junk = global i32 0