From de08597fe636ca31bfd535124a9cff4d2563d568 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 23 Oct 2003 15:51:55 +0000 Subject: [PATCH] Fix test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9408 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2003-04-15-ConstantInitAssertion.llx | 2 +- test/Transforms/ADCE/2002-07-29-Segfault.ll | 2 +- 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 -- 2.34.1