Fix test
authorChris Lattner <sabre@nondot.org>
Thu, 23 Oct 2003 15:51:55 +0000 (15:51 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 Oct 2003 15:51:55 +0000 (15:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9408 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2003-04-15-ConstantInitAssertion.llx
test/Transforms/ADCE/2002-07-29-Segfault.ll

index 4048f2b70bf2e415e2c0a00faaba438ac11b9354..0665e412b968306fa72369c3dd9f83558cb5cb17 100644 (file)
@@ -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 }
index 9c53d685503859001ba0aece8883b976f65ed71f..4eae83eaa1ee9ba5d60b8bfc4dbe6a87e70a6249 100644 (file)
@@ -1,4 +1,4 @@
-; RUN:  as < %s | opt -adce
+; RUN:  llvm-as < %s | opt -adce
 
 void "test"()
 begin