diff options
Diffstat (limited to 'test/Feature/LongDouble.c')
-rw-r--r-- | test/Feature/LongDouble.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/LongDouble.c b/test/Feature/LongDouble.c index 364f0a9d..c100ed39 100644 --- a/test/Feature/LongDouble.c +++ b/test/Feature/LongDouble.c @@ -1,6 +1,6 @@ // RUN: %clang -g -emit-llvm %O0opt -c -o %t.bc %s // RUN: rm -rf %t.klee-out -// RUN: %klee --output-dir=%t.klee-out --libc=klee --no-output --exit-on-error %t.bc > %t.log +// RUN: %klee --output-dir=%t.klee-out --libc=klee --write-no-tests --exit-on-error %t.bc > %t.log // RUN: FileCheck %s --input-file=%t.log #include "klee/klee.h" |