X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2003-05-21-MalformedShiftCrash.ll;h=1d4ac401d6d0676ddb71b493ac1ccdec0c0b9ee3;hb=71857ccdb83b6374f7a791c2dae45ce9934a85af;hp=c661f7c0771efd1a8a44299a1cb718b68301d668;hpb=df98617b23315e427cc4fad8ccfdd50d68bec2f9;p=oota-llvm.git diff --git a/test/Assembler/2003-05-21-MalformedShiftCrash.ll b/test/Assembler/2003-05-21-MalformedShiftCrash.ll index c661f7c0771..1d4ac401d6d 100644 --- a/test/Assembler/2003-05-21-MalformedShiftCrash.ll +++ b/test/Assembler/2003-05-21-MalformedShiftCrash.ll @@ -1,4 +1,5 @@ ; Found by inspection of the code -; RUN: not llvm-as < %s > /dev/null |& grep {constexpr requires integer or integer vector operands} +; RUN: not llvm-as < %s > /dev/null 2> %t +; RUN: grep "constexpr requires integer operands" %t global i32 ashr (float 1.0, float 2.0)