From 88bb205e422ee2aaf75594e4e314b21f77f219e3 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Fri, 9 Aug 2019 15:44:27 +0100 Subject: Cleaned up messages emitted by klee-replay, and prefixed them all with "KLEE-REPLAY:" to distinguish them from those printed by the replayed program --- test/Runtime/POSIX/GenBout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 #include -- cgit 1.4.1