summaryrefslogtreecommitdiff
path: root/release_23/test/Assembler/2003-04-15-ConstantInitAssertion.ll
diff options
context:
space:
mode:
Diffstat (limited to 'release_23/test/Assembler/2003-04-15-ConstantInitAssertion.ll')
-rw-r--r--release_23/test/Assembler/2003-04-15-ConstantInitAssertion.ll4
1 files changed, 0 insertions, 4 deletions
diff --git a/release_23/test/Assembler/2003-04-15-ConstantInitAssertion.ll b/release_23/test/Assembler/2003-04-15-ConstantInitAssertion.ll
deleted file mode 100644
index 66b80de348b1..000000000000
--- a/release_23/test/Assembler/2003-04-15-ConstantInitAssertion.ll
+++ /dev/null
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s >/dev/null |& grep {Expected type 'i32' for element #0}
-; Test the case of a misformed constant initializer
-; This should cause an assembler error, not an assertion failure!
-constant { i32 } { float 1.0 }