Fix Bug: Assembler/2003-05-12-MinIntProblem.llx
[oota-llvm.git] / test / Assembler / 2002-05-02-ParseError.ll
index 321393c3a5cdc0a4ec2d2f7624d1a31d86c5e2f9..44f97a0be0987d152c07fac4c172a19bcff8290a 100644 (file)
@@ -1,10 +1,8 @@
-; This should parse correctly without an 'implementation', but there seems to 
-; be a problem...
+; This should parse correctly without an 'implementation', but our current YACC
+; based parser doesn't have the required 2 token lookahead...
 
        %T = type int *
 
-%T "test"()
-begin
+%T %test() {
        ret %T null
-end
-
+}