mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-15 04:00:56 +00:00
[ARM] Fix bash-ism in test
llvm-svn: 296610
This commit is contained in:
parent
efc31dd9bb
commit
9c199aaf47
@ -1,5 +1,5 @@
|
||||
@ RUN: not llvm-mc -triple armv7a--none-eabi < %s |& FileCheck %s
|
||||
@ RUN: not llvm-mc -triple thumbv7a--none-eabi < %s |& FileCheck %s
|
||||
@ RUN: not llvm-mc -triple armv7a--none-eabi < %s 2>&1 | FileCheck %s
|
||||
@ RUN: not llvm-mc -triple thumbv7a--none-eabi < %s 2>&1 | FileCheck %s
|
||||
|
||||
msr apsr_c, r0
|
||||
@ CHECK: invalid operand for instruction
|
||||
|
Loading…
Reference in New Issue
Block a user