summaryrefslogtreecommitdiff
path: root/test/Assembler/2002-07-25-ParserAssertionFailure.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2002-07-25-ParserAssertionFailure.ll')
-rw-r--r--test/Assembler/2002-07-25-ParserAssertionFailure.ll13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/Assembler/2002-07-25-ParserAssertionFailure.ll b/test/Assembler/2002-07-25-ParserAssertionFailure.ll
deleted file mode 100644
index 3c5c5546b4..0000000000
--- a/test/Assembler/2002-07-25-ParserAssertionFailure.ll
+++ /dev/null
@@ -1,13 +0,0 @@
-; Make sure we don't get an assertion failure, even though this is a parse
-; error
-; RUN: not llvm-as %s -o /dev/null |& grep {'@foo' defined with}
-
-%ty = type void (i32)
-
-declare %ty* @foo()
-
-define void @test() {
- call %ty* @foo( ) ; <%ty*>:0 [#uses=0]
- ret void
-}
-