summaryrefslogtreecommitdiff
path: root/test/Feature/basictest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/basictest.ll')
-rw-r--r--test/Feature/basictest.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Feature/basictest.ll b/test/Feature/basictest.ll
index cabf6036dc..cf040ec250 100644
--- a/test/Feature/basictest.ll
+++ b/test/Feature/basictest.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > %t1.ll
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
; RUN: diff %t1.ll %t2.ll
@@ -30,4 +30,3 @@ begin
Startup:
ret int 0
end
-