about summary refs log tree commit diff homepage
path: root/unittests/Solver
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2018-10-03 23:10:19 +0100
committerMartinNowack <martin.nowack@gmail.com>2018-10-16 23:00:15 +0100
commit1b3290215a9b6f0c2017f0af5824413e77ce6d7b (patch)
tree6ea4cc93ea575c90bed5f0bf64c37dd6278926a4 /unittests/Solver
parent224532d66198c80c89b6017e14de4bbed53e305e (diff)
downloadklee-1b3290215a9b6f0c2017f0af5824413e77ce6d7b.tar.gz
Renamed klee/CommandLine.h to klee/SolverCmdLine.h, since this file is meant to have only solver options.
Diffstat (limited to 'unittests/Solver')
-rw-r--r--unittests/Solver/SolverTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Solver/SolverTest.cpp b/unittests/Solver/SolverTest.cpp
index 38e055cd..b178ced3 100644
--- a/unittests/Solver/SolverTest.cpp
+++ b/unittests/Solver/SolverTest.cpp
@@ -10,7 +10,7 @@
 #include <iostream>
 #include "gtest/gtest.h"
 
-#include "klee/CommandLine.h"
+#include "klee/SolverCmdLine.h"
 #include "klee/Constraints.h"
 #include "klee/Expr.h"
 #include "klee/Solver.h"