X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2002-05-02-ParseError.ll;h=b198edfd31f5c112e65d52365c1cfbf8efe8e542;hb=dc024674ff96820d6020757b48d47f46d4c07db2;hp=108d14881af1db21a2095fbb609df037a97590e3;hpb=e7e3f2e5cd786f6cca267210b3d185b2a4a037bd;p=oota-llvm.git diff --git a/test/Assembler/2002-05-02-ParseError.ll b/test/Assembler/2002-05-02-ParseError.ll index 108d14881af..b198edfd31f 100644 --- a/test/Assembler/2002-05-02-ParseError.ll +++ b/test/Assembler/2002-05-02-ParseError.ll @@ -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 }