summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/2003-05-06-LivenessClobber.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/ExecutionEngine/2003-05-06-LivenessClobber.llx')
-rw-r--r--test/ExecutionEngine/2003-05-06-LivenessClobber.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/2003-05-06-LivenessClobber.llx b/test/ExecutionEngine/2003-05-06-LivenessClobber.llx
index 3164dd85c1..ea3f14b512 100644
--- a/test/ExecutionEngine/2003-05-06-LivenessClobber.llx
+++ b/test/ExecutionEngine/2003-05-06-LivenessClobber.llx
@@ -1,6 +1,6 @@
; This testcase shoudl return with an exit code of 1.
;
-; RUN: llvm-as < %s | not lli
+; RUN: llvm-upgrade < %s | llvm-as | not lli
%test = global long 0
implementation