about summary refs log tree commit diff homepage
path: root/test/regression/2018-05-17-replay-short-names.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/2018-05-17-replay-short-names.c')
-rw-r--r--test/regression/2018-05-17-replay-short-names.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/2018-05-17-replay-short-names.c b/test/regression/2018-05-17-replay-short-names.c
index c0b9023f..0cab0632 100644
--- a/test/regression/2018-05-17-replay-short-names.c
+++ b/test/regression/2018-05-17-replay-short-names.c
@@ -1,7 +1,7 @@
 // RUN: rm -rf a
 // RUN: mkdir a
 // RUN: touch a/b
-// RUN: %llvmgcc %s -emit-llvm -O0 -g -c -o %t1.bc
+// RUN: %llvmgcc %s -emit-llvm %O0opt -g -c -o %t1.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee -replay-ktest-dir=a --output-dir=%t.klee-out %t1.bc 2>&1
 //