Allow x86 mov instructions to/from memory with absolute address to be encoded and...
[oota-llvm.git] / test / Assembler / 2004-03-30-UnclosedFunctionCrash.ll
index 62a713871bfba7d57b90357f013e06bf24d215c0..9f24f1afd55c2e5f9158bf4fa373367aeb1d3660 100644 (file)
@@ -1,3 +1,3 @@
-; RUN: not llvm-as %s |& grep error
+; RUN: not llvm-as %s 2>&1 | grep "found end of file when expecting more instructions"
 
-void %foo() {
+define void @foo() {