diff options
Diffstat (limited to 'test/Merging/unexpected_close.c')
-rw-r--r-- | test/Merging/unexpected_close.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Merging/unexpected_close.c b/test/Merging/unexpected_close.c index c6cf7398..56818f1e 100644 --- a/test/Merging/unexpected_close.c +++ b/test/Merging/unexpected_close.c @@ -1,6 +1,6 @@ // RUN: %clang -emit-llvm -g -c -o %t.bc %s // RUN: rm -rf %t.klee-out -// RUN: %klee --output-dir=%t.klee-out --use-merge --search=nurs:covnew --max-time=2 %t.bc +// RUN: %klee --output-dir=%t.klee-out --use-merge --search=nurs:covnew --max-time=2 %t.bc 2>&1 | FileCheck %s // CHECK: ran into a close at // CHECK: generated tests = 2{{$}} |