about summary refs log tree commit diff homepage
path: root/test/regression/2007-08-16-invalid-constant-value.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/2007-08-16-invalid-constant-value.c')
-rw-r--r--test/regression/2007-08-16-invalid-constant-value.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regression/2007-08-16-invalid-constant-value.c b/test/regression/2007-08-16-invalid-constant-value.c
index 28f81268..c49357f8 100644
--- a/test/regression/2007-08-16-invalid-constant-value.c
+++ b/test/regression/2007-08-16-invalid-constant-value.c
@@ -1,7 +1,7 @@
 // RUN: rm -f %t4.out %t4.err %t4.log
 // RUN: %clang %s -emit-llvm -O2 -c -o %t1.bc
-// RUN: llvm-as -f %p/../Feature/_utils._ll -o %t2.bc
-// RUN: llvm-link %t1.bc %t2.bc -o %t3.bc
+// RUN: %llvmas -f %p/../Feature/_utils._ll -o %t2.bc
+// RUN: %llvmlink %t1.bc %t2.bc -o %t3.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out %t3.bc