diff options
Diffstat (limited to 'test/Feature/SolverTimeout.c')
-rw-r--r-- | test/Feature/SolverTimeout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/SolverTimeout.c b/test/Feature/SolverTimeout.c index 96f75cd7..34405c1f 100644 --- a/test/Feature/SolverTimeout.c +++ b/test/Feature/SolverTimeout.c @@ -1,5 +1,5 @@ // RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t1.bc -// RUN: %klee --max-stp-time=1 %t1.bc +// RUN: %klee --max-solver-time=1 %t1.bc #include <stdio.h> int main() { |