diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2019-03-11 17:26:20 +0000 |
---|---|---|
committer | MartinNowack <martin.nowack@gmail.com> | 2019-03-13 10:09:06 +0000 |
commit | 50f435267cf3a63a55971bd56d1c34058103c37b (patch) | |
tree | 70b31d96576a51ae5f8a654be143f7a1f6799add /test/CXX/New.cpp | |
parent | 562d5516944325e96c91af623197b7d9cd0d9194 (diff) | |
download | klee-50f435267cf3a63a55971bd56d1c34058103c37b.tar.gz |
Renamed --no-output to --write-no-tests and placed it in the test case category (with --write-cov, --write-cvcs etc.)
Diffstat (limited to 'test/CXX/New.cpp')
-rw-r--r-- | test/CXX/New.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/New.cpp b/test/CXX/New.cpp index 8e9bd10b..d2589c4d 100644 --- a/test/CXX/New.cpp +++ b/test/CXX/New.cpp @@ -1,6 +1,6 @@ // RUN: %clangxx %s -emit-llvm %O0opt -c -o %t1.bc // RUN: rm -rf %t.klee-out -// RUN: %klee --output-dir=%t.klee-out --no-output --exit-on-error --external-calls=none %t1.bc +// RUN: %klee --output-dir=%t.klee-out --write-no-tests --exit-on-error --external-calls=none %t1.bc #include <cassert> |