about summary refs log tree commit diff homepage
path: root/test/Runtime/POSIX/GenRandomBout.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Runtime/POSIX/GenRandomBout.c')
-rw-r--r--test/Runtime/POSIX/GenRandomBout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Runtime/POSIX/GenRandomBout.c b/test/Runtime/POSIX/GenRandomBout.c
index e441df3d..0620e778 100644
--- a/test/Runtime/POSIX/GenRandomBout.c
+++ b/test/Runtime/POSIX/GenRandomBout.c
@@ -11,7 +11,7 @@
 // RUN: bash -c '%gen-random-bout 100 --sym-args 5 3 || :' 2>&1 | grep "ran out of"
 // RUN: bash -c '%gen-random-bout 100 --sym-args 5 3 10 || :' 2>&1 | grep "should be no more"
 
-// CHECK: klee-replay: EXIT STATUS: NORMAL
+// CHECK: KLEE-REPLAY: NOTE: EXIT STATUS: NORMAL
 
 #include <sys/types.h>
 #include <sys/stat.h>