summaryrefslogtreecommitdiffstats
path: root/test/Assembler/2003-05-21-MalformedShiftCrash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2003-05-21-MalformedShiftCrash.ll')
-rw-r--r--test/Assembler/2003-05-21-MalformedShiftCrash.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Assembler/2003-05-21-MalformedShiftCrash.ll b/test/Assembler/2003-05-21-MalformedShiftCrash.ll
index a845d89..1d4ac40 100644
--- a/test/Assembler/2003-05-21-MalformedShiftCrash.ll
+++ b/test/Assembler/2003-05-21-MalformedShiftCrash.ll
@@ -1,4 +1,5 @@
; Found by inspection of the code
-; RUN: not llvm-as < %s > /dev/null |& grep {constexpr requires integer operands}
+; RUN: not llvm-as < %s > /dev/null 2> %t
+; RUN: grep "constexpr requires integer operands" %t
global i32 ashr (float 1.0, float 2.0)
OpenPOWER on IntegriCloud