summaryrefslogtreecommitdiff
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.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2003-05-21-MalformedShiftCrash.ll b/test/Assembler/2003-05-21-MalformedShiftCrash.ll
index d573403a13..c661f7c077 100644
--- a/test/Assembler/2003-05-21-MalformedShiftCrash.ll
+++ b/test/Assembler/2003-05-21-MalformedShiftCrash.ll
@@ -1,4 +1,4 @@
; Found by inspection of the code
-; RUN: not llvm-as < %s > /dev/null |& grep {Logical operator requires integral}
+; RUN: not llvm-as < %s > /dev/null |& grep {constexpr requires integer or integer vector operands}
global i32 ashr (float 1.0, float 2.0)