From 50f435267cf3a63a55971bd56d1c34058103c37b Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Mon, 11 Mar 2019 17:26:20 +0000 Subject: Renamed --no-output to --write-no-tests and placed it in the test case category (with --write-cov, --write-cvcs etc.) --- test/CXX/ArrayNew.cpp | 2 +- test/CXX/New.cpp | 2 +- test/CXX/SimpleVirtual.cpp | 2 +- test/CXX/StaticConstructor.cpp | 2 +- test/CXX/StaticDestructor.cpp | 2 +- test/CXX/Trivial.cpp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'test/CXX') diff --git a/test/CXX/ArrayNew.cpp b/test/CXX/ArrayNew.cpp index 8f1a983f..d530c25d 100644 --- a/test/CXX/ArrayNew.cpp +++ b/test/CXX/ArrayNew.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 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 diff --git a/test/CXX/SimpleVirtual.cpp b/test/CXX/SimpleVirtual.cpp index 8f6e838a..c7662488 100644 --- a/test/CXX/SimpleVirtual.cpp +++ b/test/CXX/SimpleVirtual.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 diff --git a/test/CXX/StaticConstructor.cpp b/test/CXX/StaticConstructor.cpp index 0471b413..2b326983 100644 --- a/test/CXX/StaticConstructor.cpp +++ b/test/CXX/StaticConstructor.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 --libc=klee --no-output --exit-on-error %t1.bc +// RUN: %klee --output-dir=%t.klee-out --libc=klee --write-no-tests --exit-on-error %t1.bc #include diff --git a/test/CXX/StaticDestructor.cpp b/test/CXX/StaticDestructor.cpp index f2400029..090ae761 100644 --- a/test/CXX/StaticDestructor.cpp +++ b/test/CXX/StaticDestructor.cpp @@ -2,7 +2,7 @@ // RUN: %clangxx %s -emit-llvm -g %O0opt -c -o %t1.bc // RUN: rm -rf %t.klee-out -// RUN: %klee --output-dir=%t.klee-out --optimize=false --libc=klee --no-output %t1.bc 2> %t1.log +// RUN: %klee --output-dir=%t.klee-out --optimize=false --libc=klee --write-no-tests %t1.bc 2> %t1.log // RUN: FileCheck --input-file %t1.log %s #include 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 -- cgit 1.4.1