diff options
Diffstat (limited to 'test/ArrayOpt/test_new.c')
-rw-r--r-- | test/ArrayOpt/test_new.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ArrayOpt/test_new.c b/test/ArrayOpt/test_new.c index 8a66d1f6..3c4b221d 100644 --- a/test/ArrayOpt/test_new.c +++ b/test/ArrayOpt/test_new.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: not FileCheck %s -input-file=%t.log -check-prefix=CHECK-OPT_I |