From d2e065c61abb500a99b6927dc187608c7c0a597c Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 5 Feb 2007 10:17:51 +0000 Subject: [PATCH] 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 --- test/Assembler/2004-11-28-InvalidTypeCrash.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Assembler/2004-11-28-InvalidTypeCrash.ll b/test/Assembler/2004-11-28-InvalidTypeCrash.ll index ce3f0610905..ea16cc45252 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