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=321393c3a5cdc0a4ec2d2f7624d1a31d86c5e2f9;hpb=17c48f733744dab520f209500747d712f6b73742;p=oota-llvm.git diff --git a/test/Assembler/2002-05-02-ParseError.ll b/test/Assembler/2002-05-02-ParseError.ll index 321393c3a5c..b198edfd31f 100644 --- a/test/Assembler/2002-05-02-ParseError.ll +++ b/test/Assembler/2002-05-02-ParseError.ll @@ -1,10 +1,7 @@ -; This should parse correctly without an 'implementation', but there seems to -; be a problem... +; RUN: llvm-as %s -o /dev/null -f - %T = type int * +%T = type i32 * -%T "test"() -begin +define %T @test() { ret %T null -end - +}