diff options
Diffstat (limited to 'test/Runtime/POSIX/PrgName.c')
-rw-r--r-- | test/Runtime/POSIX/PrgName.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Runtime/POSIX/PrgName.c b/test/Runtime/POSIX/PrgName.c index 5bed4335..dc6a4b8c 100644 --- a/test/Runtime/POSIX/PrgName.c +++ b/test/Runtime/POSIX/PrgName.c @@ -1,5 +1,5 @@ // RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t2.bc -// RUN: %klee --init-env --posix-runtime --exit-on-error %t2.bc --sym-arg 10 >%t.log +// RUN: %klee --posix-runtime --exit-on-error %t2.bc --sym-arg 10 >%t.log // RUN: test -f klee-last/test000001.ktest // RUN: test -f klee-last/test000002.ktest // RUN: grep -q "No" %t.log |