diff options
Diffstat (limited to 'test/Assembler/2003-05-21-MalformedShiftCrash.llx')
-rw-r--r-- | test/Assembler/2003-05-21-MalformedShiftCrash.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2003-05-21-MalformedShiftCrash.llx b/test/Assembler/2003-05-21-MalformedShiftCrash.llx index d49d591b1ef..33e20e384ca 100644 --- a/test/Assembler/2003-05-21-MalformedShiftCrash.llx +++ b/test/Assembler/2003-05-21-MalformedShiftCrash.llx @@ -1,4 +1,4 @@ ; Found by inspection of the code -; RUN: llvm-as < %s > /dev/null |& grep "Logical operator requires integral" +; RUN: llvm-as < %s > /dev/null |& grep {Logical operator requires integral} global i32 ashr (float 1.0, float 2.0) |