about summary refs log tree commit diff homepage
path: root/test
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2019-08-09 15:44:27 +0100
committerMartinNowack <martin.nowack@gmail.com>2019-08-14 16:26:48 +0100
commit88bb205e422ee2aaf75594e4e314b21f77f219e3 (patch)
tree62ed28e6f9d08c4fd15ef3b8112b1c4fa192e112 /test
parent49b5a873008ac96c927b254ee746dbd96f2f1a9d (diff)
downloadklee-88bb205e422ee2aaf75594e4e314b21f77f219e3.tar.gz
Cleaned up messages emitted by klee-replay, and prefixed them all with "KLEE-REPLAY:" to distinguish them from those printed by the replayed program
Diffstat (limited to 'test')
-rw-r--r--test/Runtime/POSIX/GenBout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Runtime/POSIX/GenBout.c b/test/Runtime/POSIX/GenBout.c
index ab09f39b..3fe4ce7a 100644
--- a/test/Runtime/POSIX/GenBout.c
+++ b/test/Runtime/POSIX/GenBout.c
@@ -10,7 +10,7 @@
 // RUN: %klee-replay %t %t.bout 2> %t.out/out.txt
 // RUN: FileCheck --input-file=%t.out/out.txt %s
 
-// CHECK: klee-replay: EXIT STATUS: NORMAL
+// CHECK: EXIT STATUS: NORMAL
 
 #include <sys/types.h>
 #include <sys/stat.h>