summaryrefslogtreecommitdiff
path: root/test/Feature/float.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/float.ll')
-rw-r--r--test/Feature/float.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/float.ll b/test/Feature/float.ll
index e16f092e4c..5a53c2c0a3 100644
--- a/test/Feature/float.ll
+++ b/test/Feature/float.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o - | llvm-dis > Output/t1.ll
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > Output/t1.ll
; RUN: llvm-as Output/t1.ll -o - | llvm-dis > Output/t2.ll
; RUN: diff Output/t1.ll Output/t2.ll