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/Runtime/FreeStanding | |
parent | 581dca9276cacc690703cd4962e309661fc71c23 (diff) | |
download | klee-652c2bdc171a448a2d6082040eebec366946ad33.tar.gz |
add %OOopt to recently added tests and Concrete
Diffstat (limited to 'test/Runtime/FreeStanding')
-rw-r--r-- | test/Runtime/FreeStanding/freestanding_only.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Runtime/FreeStanding/freestanding_only.c b/test/Runtime/FreeStanding/freestanding_only.c index 7bdf6c97..cb4c0fcb 100644 --- a/test/Runtime/FreeStanding/freestanding_only.c +++ b/test/Runtime/FreeStanding/freestanding_only.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -emit-llvm -O0 -g -c -D_FORTIFY_SOURCE=0 -o %t2.bc +// RUN: %llvmgcc %s -emit-llvm %O0opt -g -c -D_FORTIFY_SOURCE=0 -o %t2.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out %t2.bc 2> %t.log // RUN: FileCheck %s --input-file=%t.log |