summaryrefslogtreecommitdiff
path: root/test/Assembler/2003-04-15-ConstantInitAssertion.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2003-04-15-ConstantInitAssertion.llx')
-rw-r--r--test/Assembler/2003-04-15-ConstantInitAssertion.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2003-04-15-ConstantInitAssertion.llx b/test/Assembler/2003-04-15-ConstantInitAssertion.llx
index 0665e412b9..33f6448c7e 100644
--- a/test/Assembler/2003-04-15-ConstantInitAssertion.llx
+++ b/test/Assembler/2003-04-15-ConstantInitAssertion.llx
@@ -1,4 +1,4 @@
-; RUN: (llvm-as < %s 2>&1) | grep Expected
+; RUN: llvm-upgrade < %s | llvm-as 2>&1 >/dev/null | 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 }