X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2002-05-02-ParseError.ll;h=5a9817c1eaa8020eed875bfe2e5e5a18988fea90;hb=d589099eec8d120b5a7227072c4e717856e2276f;hp=b5809a87106c10c41b2b7e9da3d2084332455df1;hpb=f44f72715dfe05184fdb6a5bf5199c9addbb3c40;p=oota-llvm.git diff --git a/test/Assembler/2002-05-02-ParseError.ll b/test/Assembler/2002-05-02-ParseError.ll index b5809a87106..5a9817c1eaa 100644 --- a/test/Assembler/2002-05-02-ParseError.ll +++ b/test/Assembler/2002-05-02-ParseError.ll @@ -1,9 +1,7 @@ -; This should parse correctly without an 'implementation', but our current YACC -; based parser doesn't have the required 2 token lookahead... -; XFAIL +; RUN: llvm-as %s -o /dev/null - %T = type int * +%T = type i32 * -%T %test() { +define %T @test() { ret %T null }