Assembler no longer prints ! at the end of its error messages.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 5 Feb 2007 10:17:51 +0000 (10:17 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 5 Feb 2007 10:17:51 +0000 (10:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33908 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2004-11-28-InvalidTypeCrash.ll

index ce3f0610905b43ee07416d33b23aa8d23b187e6b..ea16cc45252e7d5b27a793f917b03b4ea3a498dd 100644 (file)
@@ -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