aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine/2010-01-15-UndefValue.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/ExecutionEngine/2010-01-15-UndefValue.ll')
-rw-r--r--test/ExecutionEngine/2010-01-15-UndefValue.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/2010-01-15-UndefValue.ll b/test/ExecutionEngine/2010-01-15-UndefValue.ll
index 6e7a392..01cb21f 100644
--- a/test/ExecutionEngine/2010-01-15-UndefValue.ll
+++ b/test/ExecutionEngine/2010-01-15-UndefValue.ll
@@ -1,4 +1,4 @@
-; RUN: lli -force-interpreter=true %s
+; RUN: %lli -force-interpreter=true %s
define i32 @main() {
%a = add i32 0, undef