diff options
Diffstat (limited to 'test/Feature/CheckForImpliedValue.c.failing')
-rw-r--r-- | test/Feature/CheckForImpliedValue.c.failing | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/CheckForImpliedValue.c.failing b/test/Feature/CheckForImpliedValue.c.failing index 0aa50f0b..2f45ec2e 100644 --- a/test/Feature/CheckForImpliedValue.c.failing +++ b/test/Feature/CheckForImpliedValue.c.failing @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t1.bc +// RUN: %llvmgcc %s -emit-llvm %O0opt -c -o %t1.bc // RUN: rm -f %t1.log // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --log-file %t1.log --debug-check-for-implied-values %t1.bc |