forked from OSchip/llvm-project
[LTO] Remove useless redirection from test. NFCI.
llvm-svn: 294889
This commit is contained in:
parent
719ffe1a66
commit
77d42eac64
|
@ -4,7 +4,7 @@
|
|||
; RUN: llvm-lto2 -pass-remarks-output=%t.yaml \
|
||||
; RUN: -r %t.bc,tinkywinky,p \
|
||||
; RUN: -r %t.bc,patatino,px \
|
||||
; RUN: -r %t.bc,main,px -o %t.o %t.bc 2>&1
|
||||
; RUN: -r %t.bc,main,px -o %t.o %t.bc
|
||||
; RUN: cat %t.yaml | FileCheck %s -check-prefix=YAML
|
||||
|
||||
; YAML: --- !Passed
|
||||
|
|
Loading…
Reference in New Issue