mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
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:
parent
dc130ca32f
commit
91097746e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user