From 7885041375ae3b878dbd7bafaf80ad21e38ab2bc Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Fri, 15 Mar 2019 12:28:49 +0000 Subject: Renamed --seed-out to --seed-file and --seed-out-dir to --seed-dir, and placed them in the seeding category. Moved options and option categories in Executor.cpp to the klee namespace. --- test/Feature/NamedSeedMatching.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Feature') diff --git a/test/Feature/NamedSeedMatching.c b/test/Feature/NamedSeedMatching.c index 85c96b74..6f97e4e7 100644 --- a/test/Feature/NamedSeedMatching.c +++ b/test/Feature/NamedSeedMatching.c @@ -5,7 +5,7 @@ // RUN: not test -f %t.klee-out/test000002.ktest // RUN: rm -rf %t.klee-out-2 -// RUN: %klee --output-dir=%t.klee-out-2 --only-replay-seeds --named-seed-matching --seed-out %t.klee-out/test000001.ktest %t.bc > %t.log +// RUN: %klee --output-dir=%t.klee-out-2 --only-replay-seeds --named-seed-matching --seed-file %t.klee-out/test000001.ktest %t.bc > %t.log // RUN: grep -q "a==3" %t.log // RUN: grep -q "b==4" %t.log // RUN: grep -q "c==5" %t.log -- cgit 1.4.1