about summary refs log tree commit diff homepage
path: root/test/ArrayOpt/test_var_idx.c
diff options
context:
space:
mode:
authorJulian Büning <julian.buening@rwth-aachen.de>2018-10-29 00:15:43 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2018-10-29 11:59:44 +0200
commit652c2bdc171a448a2d6082040eebec366946ad33 (patch)
tree1f49fdb4b9ec6b3c9aef060e609a6a2e289600ed /test/ArrayOpt/test_var_idx.c
parent581dca9276cacc690703cd4962e309661fc71c23 (diff)
downloadklee-652c2bdc171a448a2d6082040eebec366946ad33.tar.gz
add %OOopt to recently added tests and Concrete
Diffstat (limited to 'test/ArrayOpt/test_var_idx.c')
-rw-r--r--test/ArrayOpt/test_var_idx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ArrayOpt/test_var_idx.c b/test/ArrayOpt/test_var_idx.c
index e9f159c1..c0428808 100644
--- a/test/ArrayOpt/test_var_idx.c
+++ b/test/ArrayOpt/test_var_idx.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t.bc
+// RUN: %llvmgcc %s -emit-llvm %O0opt -c -o %t.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --write-kqueries --output-dir=%t.klee-out --optimize-array=index %t.bc > %t.log 2>&1
 // RUN: FileCheck %s -input-file=%t.log -check-prefix=CHECK-OPT_I