aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2004-11-28-InvalidTypeCrash.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-05 10:17:51 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-05 10:17:51 +0000
commitd2e065c61abb500a99b6927dc187608c7c0a597c (patch)
tree1f6a3fbf036d09168ea9b76482ece067771811dc /test/Assembler/2004-11-28-InvalidTypeCrash.ll
parentf4fa5902937be45ac2eb3c4988333ad528939849 (diff)
downloadexternal_llvm-d2e065c61abb500a99b6927dc187608c7c0a597c.zip
external_llvm-d2e065c61abb500a99b6927dc187608c7c0a597c.tar.gz
external_llvm-d2e065c61abb500a99b6927dc187608c7c0a597c.tar.bz2
Assembler no longer prints ! at the end of its error messages.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33908 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2004-11-28-InvalidTypeCrash.ll')
-rw-r--r--test/Assembler/2004-11-28-InvalidTypeCrash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2004-11-28-InvalidTypeCrash.ll b/test/Assembler/2004-11-28-InvalidTypeCrash.ll
index ce3f061..ea16cc4 100644
--- a/test/Assembler/2004-11-28-InvalidTypeCrash.ll
+++ b/test/Assembler/2004-11-28-InvalidTypeCrash.ll
@@ -1,4 +1,4 @@
; RUN: llvm-as 2>&1 < %s -o /dev/null -f | \
-; RUN: grep 'Cannot create a null initialized value of this type!'
+; RUN: grep 'Cannot create a null initialized value of this type'
; Test for PR463. This program is erroneous, but should not crash llvm-as.
@.FOO = internal global %struct.none zeroinitializer