diff options
| -rw-r--r-- | llvm/test/MC/ARM/invalid-special-reg.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/ARM/invalid-special-reg.s b/llvm/test/MC/ARM/invalid-special-reg.s index 7a192e7d335..2e39fe6e250 100644 --- a/llvm/test/MC/ARM/invalid-special-reg.s +++ b/llvm/test/MC/ARM/invalid-special-reg.s @@ -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 |

