aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2004-11-28-InvalidTypeCrash.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-02 20:34:08 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-02 20:34:08 +0000
commitd7c2c2f753ae80257798fd25a879ec17df953c5b (patch)
treec78dd40b1101360a07cdaca9c660ab5d7fd1879c /test/Assembler/2004-11-28-InvalidTypeCrash.ll
parent21fdb97a9142490ac534bdfa3cf254575b6c847b (diff)
downloadexternal_llvm-d7c2c2f753ae80257798fd25a879ec17df953c5b.zip
external_llvm-d7c2c2f753ae80257798fd25a879ec17df953c5b.tar.gz
external_llvm-d7c2c2f753ae80257798fd25a879ec17df953c5b.tar.bz2
Use llvm-upgrade these tests as they all use old assembly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32130 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2004-11-28-InvalidTypeCrash.ll')
-rw-r--r--test/Assembler/2004-11-28-InvalidTypeCrash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2004-11-28-InvalidTypeCrash.ll b/test/Assembler/2004-11-28-InvalidTypeCrash.ll
index 9174264..1fad05f 100644
--- a/test/Assembler/2004-11-28-InvalidTypeCrash.ll
+++ b/test/Assembler/2004-11-28-InvalidTypeCrash.ll
@@ -1,3 +1,3 @@
-; RUN: (llvm-as < %s) 2>&1 | grep 'Cannot create a'
+; RUN: (llvm-upgrade < %s | llvm-as -o /dev/null -f) 2>&1 | grep 'Cannot create a'
; Test for PR463. This program is erroneous, but should not crash llvm-as.
%.FOO = internal global %struct.none zeroinitializer