diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Runtime/POSIX/Replay.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Runtime/POSIX/Replay.c b/test/Runtime/POSIX/Replay.c index 851b5a1e..61862c5f 100644 --- a/test/Runtime/POSIX/Replay.c +++ b/test/Runtime/POSIX/Replay.c @@ -3,9 +3,6 @@ // RUN: %klee --output-dir=%t.klee-out --posix-runtime %t.bc --sym-files 1 3 // RUN: %klee-replay --create-files-only %t.klee-out/test000001.ktest -// RUN: FileCheck --input-file=A --check-prefix=CREATE_FILES_ONLY %s -// CREATE_FILES_ONLY: abc - // RUN: %cc %s -O0 -o %t2 // RUN: %klee-replay %t2 %t.klee-out/test000001.ktest | FileCheck --check-prefix=REPLAY %s // REPLAY: Yes |