Fix PR1146: parameter attributes are longer part of
[oota-llvm.git] / test / Assembler / 2002-05-02-ParseError.ll
index 108d14881af1db21a2095fbb609df037a97590e3..b198edfd31f5c112e65d52365c1cfbf8efe8e542 100644 (file)
@@ -1,11 +1,7 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
 
-; This should parse correctly without an 'implementation', but our current YACC
-; based parser doesn't have the required 2 token lookahead...
-; XFAIL: * 
+%T = type i32 *
 
-       %T = type int *
-
-%T %test() {
+define %T @test() {
        ret %T null
 }