From ccd868acd6c0d701ea59695f8b6ede132a0e763f Mon Sep 17 00:00:00 2001 From: Oliver Stannard Date: Wed, 1 Mar 2017 11:11:06 +0000 Subject: [PATCH] [ARM] Fix bash-ism in test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296610 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ARM/invalid-special-reg.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/MC/ARM/invalid-special-reg.s b/test/MC/ARM/invalid-special-reg.s index 7a192e7d335..2e39fe6e250 100644 --- a/test/MC/ARM/invalid-special-reg.s +++ b/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 -- 2.40.0