diff options
author | Julian Büning <julian.buening@rwth-aachen.de> | 2018-10-29 00:15:43 +0100 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2018-10-29 11:59:44 +0200 |
commit | 652c2bdc171a448a2d6082040eebec366946ad33 (patch) | |
tree | 1f49fdb4b9ec6b3c9aef060e609a6a2e289600ed /test/Feature | |
parent | 581dca9276cacc690703cd4962e309661fc71c23 (diff) | |
download | klee-652c2bdc171a448a2d6082040eebec366946ad33.tar.gz |
add %OOopt to recently added tests and Concrete
Diffstat (limited to 'test/Feature')
-rw-r--r-- | test/Feature/EscapingFunctions.c | 2 | ||||
-rw-r--r-- | test/Feature/EscapingFunctionsAlias.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Feature/EscapingFunctions.c b/test/Feature/EscapingFunctions.c index 83d8415a..f5791d76 100644 --- a/test/Feature/EscapingFunctions.c +++ b/test/Feature/EscapingFunctions.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -emit-llvm -O0 -g -c %s -o %t.bc +// RUN: %llvmgcc -emit-llvm %O0opt -g -c %s -o %t.bc // RUN: rm -rf %t.klee-out // RUN: %klee -debug-print-escaping-functions --output-dir=%t.klee-out %t.bc 2> %t.log // RUN: FileCheck --input-file=%t.log %s diff --git a/test/Feature/EscapingFunctionsAlias.c b/test/Feature/EscapingFunctionsAlias.c index ca8f2f4f..f5e0fb11 100644 --- a/test/Feature/EscapingFunctionsAlias.c +++ b/test/Feature/EscapingFunctionsAlias.c @@ -1,6 +1,6 @@ // Darwin does not support strong aliases. // REQUIRES: not-darwin -// RUN: %llvmgcc -emit-llvm -O0 -g -c %s -o %t.bc +// RUN: %llvmgcc -emit-llvm %O0opt -g -c %s -o %t.bc // RUN: rm -rf %t.klee-out // RUN: %klee -debug-print-escaping-functions --output-dir=%t.klee-out %t.bc 2> %t.log // RUN: FileCheck --input-file=%t.log %s |