Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests...
[oota-llvm.git] / test / Assembler / 2003-04-15-ConstantInitAssertion.llx
1 ; RUN: not llvm-as < %s >/dev/null |& grep {Expected type 'i32' for element #0}
2 ; Test the case of a misformed constant initializer
3 ; This should cause an assembler error, not an assertion failure!
4 constant { i32 } { float 1.0 }