about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorMatthis Gördel <matthis@posteo.de>2022-12-08 22:57:55 +0100
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2022-12-09 13:56:40 +0000
commit67805a68b233342f76011a74951bb59911721d74 (patch)
treecdd8ef87c7df756700579e1590cddcf1073862f7
parentf11aae61dc582c32a40816edb02df196e71b9874 (diff)
downloadklee-67805a68b233342f76011a74951bb59911721d74.tar.gz
add missing FileCheck command to test
-rw-r--r--test/Merging/unexpected_close.c2
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{{$}}