about summary refs log tree commit diff homepage
path: root/test/Feature/BFSSearcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/BFSSearcher.c')
-rw-r--r--test/Feature/BFSSearcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/BFSSearcher.c b/test/Feature/BFSSearcher.c
index 313791d5..eb323c4c 100644
--- a/test/Feature/BFSSearcher.c
+++ b/test/Feature/BFSSearcher.c
@@ -1,6 +1,6 @@
 // RUN: %llvmgcc %s -emit-llvm -g -c -o %t1.bc
 // RUN: rm -rf %t.klee-out
-// RUN: %klee --output-dir=%t.klee-out --stop-after-n-instructions=500 --search=bfs %t1.bc 2>%t2.log
+// RUN: %klee --output-dir=%t.klee-out --max-instructions=500 --search=bfs %t1.bc 2>%t2.log
 // RUN: FileCheck -input-file=%t2.log %s
 #include "assert.h"
 #include "klee/klee.h"