summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/2003-05-06-LivenessClobber.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/ExecutionEngine/2003-05-06-LivenessClobber.ll')
-rw-r--r--test/ExecutionEngine/2003-05-06-LivenessClobber.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ExecutionEngine/2003-05-06-LivenessClobber.ll b/test/ExecutionEngine/2003-05-06-LivenessClobber.ll
index 57fe95b2d9..e670d11d4a 100644
--- a/test/ExecutionEngine/2003-05-06-LivenessClobber.ll
+++ b/test/ExecutionEngine/2003-05-06-LivenessClobber.ll
@@ -1,6 +1,6 @@
-; This testcase shoudl return with an exit code of 1.
+; This testcase should return with an exit code of 1.
;
-; RUN: llvm-as < %s | not lli
+; RUN: not lli %s
@test = global i64 0 ; <i64*> [#uses=1]