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