diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2019-08-09 16:12:56 +0100 |
---|---|---|
committer | MartinNowack <martin.nowack@gmail.com> | 2019-08-14 16:26:48 +0100 |
commit | d50698f1b543b520af1cea0218e6ea8571faaa10 (patch) | |
tree | b449662221c51af70aab2d91ebe0c9bf786883d2 /test/Runtime/POSIX/GenBout.c | |
parent | 5b1214aa066b1ead91ed6df5f17eae244b932736 (diff) | |
download | klee-d50698f1b543b520af1cea0218e6ea8571faaa10.tar.gz |
Updated error messages in Gen*Bout.c
Diffstat (limited to 'test/Runtime/POSIX/GenBout.c')
-rw-r--r-- | test/Runtime/POSIX/GenBout.c | 2 |
1 files changed, 1 insertions, 1 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> |