about summary refs log tree commit diff homepage
path: root/lib
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2019-03-15 12:28:49 +0000
committerMartinNowack <martin.nowack@gmail.com>2019-03-15 22:53:39 +0000
commit7885041375ae3b878dbd7bafaf80ad21e38ab2bc (patch)
treec4ecf991da8b6113a381e1ab988b69436f56cb73 /lib
parent7400b9363975706ed5407c980f9becbe460634b7 (diff)
downloadklee-7885041375ae3b878dbd7bafaf80ad21e38ab2bc.tar.gz
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/Core/Executor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp
index 9b2c1b0a..3a022e9d 100644
--- a/lib/Core/Executor.cpp
+++ b/lib/Core/Executor.cpp
@@ -91,7 +91,7 @@
 using namespace llvm;
 using namespace klee;
 
-namespace {
+namespace klee {
 
 /*** Test generation options ***/