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 98c9ecde..aee7f4da 100644 --- a/test/Feature/SolverTimeout.c +++ b/test/Feature/SolverTimeout.c @@ -3,7 +3,7 @@ // RUN: %klee --output-dir=%t.klee-out --max-solver-time=1 %t.bc // // Note: This test occasionally fails when using Z3 4.4.1 - +#include "klee/klee.h" #include <stdio.h> int main() { |