summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Stannard <oliver.stannard@arm.com>2017-03-01 11:11:06 +0000
committerOliver Stannard <oliver.stannard@arm.com>2017-03-01 11:11:06 +0000
commit9c199aaf47fdc6e39052b8e002abcb31ae13b347 (patch)
treeb69b83c9889025aa1b32cd508cd7ad49d044f126
parentefc31dd9bbc34662abc3463db3efc85635de4a84 (diff)
downloadbcm5719-llvm-9c199aaf47fdc6e39052b8e002abcb31ae13b347.tar.gz
bcm5719-llvm-9c199aaf47fdc6e39052b8e002abcb31ae13b347.zip
[ARM] Fix bash-ism in test
llvm-svn: 296610
-rw-r--r--llvm/test/MC/ARM/invalid-special-reg.s4
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
OpenPOWER on IntegriCloud