about summary refs log tree commit diff homepage
path: root/test/Dogfood
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2019-03-11 17:26:20 +0000
committerMartinNowack <martin.nowack@gmail.com>2019-03-13 10:09:06 +0000
commit50f435267cf3a63a55971bd56d1c34058103c37b (patch)
tree70b31d96576a51ae5f8a654be143f7a1f6799add /test/Dogfood
parent562d5516944325e96c91af623197b7d9cd0d9194 (diff)
downloadklee-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/Dogfood')
-rw-r--r--test/Dogfood/ImmutableSet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Dogfood/ImmutableSet.cpp b/test/Dogfood/ImmutableSet.cpp
index fe91426e..c654ed4e 100644
--- a/test/Dogfood/ImmutableSet.cpp
+++ b/test/Dogfood/ImmutableSet.cpp
@@ -1,6 +1,6 @@
 // RUN: %clangxx -I../../../include -g -DMAX_ELEMENTS=4 -fno-exceptions -emit-llvm -c -o %t1.bc %s
 // RUN: rm -rf %t.klee-out
-// RUN: %klee --output-dir=%t.klee-out --libc=klee --max-forks=25 --no-output --exit-on-error --optimize --disable-inlining --search=nurs:depth --use-cex-cache %t1.bc
+// RUN: %klee --output-dir=%t.klee-out --libc=klee --max-forks=25 --write-no-tests --exit-on-error --optimize --disable-inlining --search=nurs:depth --use-cex-cache %t1.bc
 
 #include "klee/klee.h"
 #include "klee/Internal/ADT/ImmutableSet.h"