diff options
Diffstat (limited to 'test/CXX/Trivial.cpp')
-rw-r--r-- | test/CXX/Trivial.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/Trivial.cpp b/test/CXX/Trivial.cpp index 519bd23a..fd5a8ce8 100644 --- a/test/CXX/Trivial.cpp +++ b/test/CXX/Trivial.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 %t1.bc +// RUN: %klee --output-dir=%t.klee-out --write-no-tests --exit-on-error %t1.bc #include <cassert> |