diff options
-rw-r--r-- | test/Runtime/POSIX/GenBout.c | 2 | ||||
-rw-r--r-- | test/Runtime/POSIX/GenRandomBout.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Runtime/POSIX/GenBout.c b/test/Runtime/POSIX/GenBout.c index 3fe4ce7a..1f60ed0c 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: EXIT STATUS: NORMAL +// CHECK: KLEE-REPLAY: NOTE: EXIT STATUS: NORMAL #include <sys/types.h> #include <sys/stat.h> 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> |