diff options
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 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> |