forked from OSchip/llvm-project
parent
2dba0788a5
commit
8bba724afc
|
@ -1,4 +1,4 @@
|
|||
; RUN: llvm-upgrade < %s | not llvm-as &| grep {not verify as correct}
|
||||
; RUN: llvm-upgrade < %s | not llvm-as |& grep {not verify as correct}
|
||||
; PR1042
|
||||
|
||||
int %foo() {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; RUN: llvm-upgrade < %s | not llvm-as -f &| grep {not verify as correct}
|
||||
; RUN: llvm-upgrade < %s | not llvm-as -f |& grep {not verify as correct}
|
||||
; PR1042
|
||||
|
||||
int %foo() {
|
||||
|
|
Loading…
Reference in New Issue