For PR1319:
[oota-llvm.git] / test / Assembler / 2003-05-21-MalformedShiftCrash.llx
index 7a4782e9c31b9724ed127f467dee5611c9f33e2f..33e20e384ca980cf6c478f3aa6dcdb729405d98d 100644 (file)
@@ -1,4 +1,4 @@
 ; Found by inspection of the code
-; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f 2>&1 | grep "Shift constant expression"
+; RUN: 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)