diff options
Diffstat (limited to 'test/Feature/SourceMapping.c')
-rw-r--r-- | test/Feature/SourceMapping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/SourceMapping.c b/test/Feature/SourceMapping.c index bc13652d..aa849c5f 100644 --- a/test/Feature/SourceMapping.c +++ b/test/Feature/SourceMapping.c @@ -1,7 +1,7 @@ // Check that we properly associate instruction level statistics with source // file and line. // -// RUN: %llvmgcc %s -emit-llvm -g -O0 -c -o %t1.bc +// RUN: %llvmgcc %s -emit-llvm -g %O0opt -c -o %t1.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --exit-on-error %t1.bc // RUN: FileCheck < %t.klee-out/run.istats %s |