[llvm-commits] CVS: llvm/test/Regression/Assembler/2003-04-15-ConstantInitAssertion.llx
Chris Lattner
lattner at cs.uiuc.edu
Thu Oct 23 10:48:01 PDT 2003
Changes in directory llvm/test/Regression/Assembler:
2003-04-15-ConstantInitAssertion.llx updated: 1.1 -> 1.2
---
Log message:
Fix test
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Regression/Assembler/2003-04-15-ConstantInitAssertion.llx
diff -u llvm/test/Regression/Assembler/2003-04-15-ConstantInitAssertion.llx:1.1 llvm/test/Regression/Assembler/2003-04-15-ConstantInitAssertion.llx:1.2
--- llvm/test/Regression/Assembler/2003-04-15-ConstantInitAssertion.llx:1.1 Tue Apr 15 11:07:05 2003
+++ llvm/test/Regression/Assembler/2003-04-15-ConstantInitAssertion.llx Thu Oct 23 10:47:23 2003
@@ -1,4 +1,4 @@
-; RUN: (as < %s 2>&1) | grep Expected
+; RUN: (llvm-as < %s 2>&1) | grep Expected
; Test the case of a misformed constant initializer
; This should cause an assembler error, not an assertion failure!
%X = constant {int} { float 1.0 }
More information about the llvm-commits
mailing list