this test isn't useful since we added @ notation for globals.
[oota-llvm.git] / test / Assembler / 2003-05-21-MalformedShiftCrash.llx
index d49d591b1ef6c036d90331ea392e47b6d353cced..d573403a13e583fbd61f0a021d37139b365562da 100644 (file)
@@ -1,4 +1,4 @@
 ; Found by inspection of the code
-; RUN: llvm-as < %s > /dev/null |& grep "Logical operator requires integral"
+; RUN: not llvm-as < %s > /dev/null |& grep {Logical operator requires integral}
 
 global i32 ashr (float 1.0, float 2.0)