diff options
-rw-r--r-- | test/Assembler/2002-05-02-ParseError.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Assembler/2002-05-02-ParseError.ll b/test/Assembler/2002-05-02-ParseError.ll index a5bd309a69..b198edfd31 100644 --- a/test/Assembler/2002-05-02-ParseError.ll +++ b/test/Assembler/2002-05-02-ParseError.ll @@ -1,7 +1,5 @@ ; RUN: llvm-as %s -o /dev/null -f -; based parser doesn't have the required 2 token lookahead... - %T = type i32 * define %T @test() { |