summaryrefslogtreecommitdiff
path: root/klee/test/Dogfood/ImmutableSet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'klee/test/Dogfood/ImmutableSet.cpp')
-rw-r--r--klee/test/Dogfood/ImmutableSet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/klee/test/Dogfood/ImmutableSet.cpp b/klee/test/Dogfood/ImmutableSet.cpp
index bdb9f431c68..95320a82f5a 100644
--- a/klee/test/Dogfood/ImmutableSet.cpp
+++ b/klee/test/Dogfood/ImmutableSet.cpp
@@ -1,5 +1,5 @@
// RUN: %llvmgxx -I../../../include -g -DMAX_ELEMENTS=4 -fno-exceptions -emit-llvm -c -o %t1.bc %s
-// RUN: %klee --libc=klee --max-forks=200 --no-output --exit-on-error --optimize --disable-inlining --use-non-uniform-random-search --use-cex-cache %t1.bc
+// RUN: %klee --libc=klee --max-forks=200 --no-output --exit-on-error --optimize --disable-inlining --search=nurs:depth --use-cex-cache %t1.bc
#include "klee/klee.h"
#include "klee/Internal/ADT/ImmutableSet.h"