about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJulian Büning <julian.buening@rwth-aachen.de>2019-09-15 23:03:27 +0200
committerCristian Cadar <c.cadar@imperial.ac.uk>2019-10-07 13:26:53 +0100
commit1611811523bcf17911c9c43efff79b0d9b48b63f (patch)
tree159eb074a902967271fd91aaead1627dad2a0855
parent75e8d076f62e88c65c264a165172e0c5d02862dd (diff)
downloadklee-1611811523bcf17911c9c43efff79b0d9b48b63f.tar.gz
test/Feature/SolverTimeout.c: re-enable for Z3
-rw-r--r--test/Feature/SolverTimeout.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/Feature/SolverTimeout.c b/test/Feature/SolverTimeout.c
index 65cc1d9b..98c9ecde 100644
--- a/test/Feature/SolverTimeout.c
+++ b/test/Feature/SolverTimeout.c
@@ -1,9 +1,9 @@
-// RUN: %clang %s -emit-llvm %O0opt -c -o %t1.bc
+// RUN: %clang %s -emit-llvm %O0opt -c -o %t.bc
 // RUN: rm -rf %t.klee-out
-// RUN: %klee --output-dir=%t.klee-out --max-solver-time=1 %t1.bc
-// FIXME: This test occasionally fails when using Z3 4.4.1 but
-// not when using Z3 from the master branch. So disable the test for now.
-// REQUIRES: stp
+// 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 <stdio.h>
 
 int main() {