about summary refs log tree commit diff homepage
path: root/test/Feature/GlobalVariable.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/GlobalVariable.ll')
-rw-r--r--test/Feature/GlobalVariable.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/GlobalVariable.ll b/test/Feature/GlobalVariable.ll
index 7b567bcb..e7f31e4f 100644
--- a/test/Feature/GlobalVariable.ll
+++ b/test/Feature/GlobalVariable.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t1.bc
+; RUN: %llvmas %s -f -o %t1.bc
 ; RUN: rm -rf %t.klee-out
 ; Run KLEE and expect it to error out but not crash
 ; RUN: not %klee --output-dir=%t.klee-out --optimize=false %t1.bc 2> %t2