[llvm-commits] CVS: llvm/test/Assembler/2004-11-28-InvalidTypeCrash.ll

Reid Spencer reid at x10sys.com
Mon Feb 5 02:18:07 PST 2007



Changes in directory llvm/test/Assembler:

2004-11-28-InvalidTypeCrash.ll updated: 1.5 -> 1.6
---
Log message:

Assembler no longer prints ! at the end of its error messages.


---
Diffs of the changes:  (+1 -1)

 2004-11-28-InvalidTypeCrash.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Assembler/2004-11-28-InvalidTypeCrash.ll
diff -u llvm/test/Assembler/2004-11-28-InvalidTypeCrash.ll:1.5 llvm/test/Assembler/2004-11-28-InvalidTypeCrash.ll:1.6
--- llvm/test/Assembler/2004-11-28-InvalidTypeCrash.ll:1.5	Fri Jan 26 02:25:05 2007
+++ llvm/test/Assembler/2004-11-28-InvalidTypeCrash.ll	Mon Feb  5 04:17:51 2007
@@ -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






More information about the llvm-commits mailing list