aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-23 15:51:55 +0000
committerChris Lattner <sabre@nondot.org>2003-10-23 15:51:55 +0000
commitde08597fe636ca31bfd535124a9cff4d2563d568 (patch)
treea2f1cb1fdf9631b4f251670abdd6f87c80216e64
parent8087e250171064aaf4bd928e68f3f6ea8dba6ad4 (diff)
Fix test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9408 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Assembler/2003-04-15-ConstantInitAssertion.llx2
-rw-r--r--test/Transforms/ADCE/2002-07-29-Segfault.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Assembler/2003-04-15-ConstantInitAssertion.llx b/test/Assembler/2003-04-15-ConstantInitAssertion.llx
index 4048f2b70bf..0665e412b96 100644
--- a/test/Assembler/2003-04-15-ConstantInitAssertion.llx
+++ b/test/Assembler/2003-04-15-ConstantInitAssertion.llx
@@ -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 }
diff --git a/test/Transforms/ADCE/2002-07-29-Segfault.ll b/test/Transforms/ADCE/2002-07-29-Segfault.ll
index 9c53d685503..4eae83eaa1e 100644
--- a/test/Transforms/ADCE/2002-07-29-Segfault.ll
+++ b/test/Transforms/ADCE/2002-07-29-Segfault.ll
@@ -1,4 +1,4 @@
-; RUN: as < %s | opt -adce
+; RUN: llvm-as < %s | opt -adce
void "test"()
begin