Add a test for the 'init' option property.
[oota-llvm.git] / test / Assembler / 2004-03-30-UnclosedFunctionCrash.ll
index 62a713871bfba7d57b90357f013e06bf24d215c0..775b7558f3cefa460b906db15d19843a477f9953 100644 (file)
@@ -1,3 +1,3 @@
-; RUN: not llvm-as %s |& grep error
+; RUN: not llvm-as %s |& grep {found end of file when expecting more instructions}
 
-void %foo() {
+define void @foo() {