diff options
| author | Andrea Mattavelli <andreamattavelli@gmail.com> | 2016-05-24 18:57:52 +0100 |
|---|---|---|
| committer | Andrea Mattavelli <andreamattavelli@gmail.com> | 2016-05-24 18:57:52 +0100 |
| commit | 71a7e31ed99625e2f493ad99972b8446744da54e (patch) | |
| tree | 322026ad9b5759611a906cc3a44c7a636bfc41e1 /test/Runtime/POSIX/Stdin.c | |
| parent | 4278fdcb819bb9a68ed43f88c86df21c6b04a0ab (diff) | |
| download | klee-71a7e31ed99625e2f493ad99972b8446744da54e.tar.gz | |
Split creation of symbolic files and stdin in two distinct options
Diffstat (limited to 'test/Runtime/POSIX/Stdin.c')
| -rw-r--r-- | test/Runtime/POSIX/Stdin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Runtime/POSIX/Stdin.c b/test/Runtime/POSIX/Stdin.c index ebf16405..09eed6d2 100644 --- a/test/Runtime/POSIX/Stdin.c +++ b/test/Runtime/POSIX/Stdin.c @@ -1,6 +1,6 @@ // RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t.bc // RUN: rm -rf %t.klee-out -// RUN: %klee --output-dir=%t.klee-out --libc=uclibc --posix-runtime --exit-on-error %t.bc --sym-files 0 4 > %t.log +// RUN: %klee --output-dir=%t.klee-out --libc=uclibc --posix-runtime --exit-on-error %t.bc --sym-stdin 4 > %t.log // RUN: grep "mode:file" %t.log // RUN: grep "mode:dir" %t.log // RUN: grep "mode:chr" %t.log |
