diff options
Diffstat (limited to 'test/regression/2008-05-23-gep-with-global-const.c')
-rw-r--r-- | test/regression/2008-05-23-gep-with-global-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/2008-05-23-gep-with-global-const.c b/test/regression/2008-05-23-gep-with-global-const.c index 6bd78dd2..e93692f9 100644 --- a/test/regression/2008-05-23-gep-with-global-const.c +++ b/test/regression/2008-05-23-gep-with-global-const.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -emit-llvm -O0 -c -o %t.bc %s +// RUN: %llvmgcc -emit-llvm %O0opt -c -o %t.bc %s // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --exit-on-error %t.bc |