Skip to content

Commit 84ee3a5

Browse files
committed
Update klee to new version
1 parent acb5313 commit 84ee3a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/src/KleeRunner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ KleeRunner::createKleeParams(const tests::TestMethod &testMethod,
220220
"--utbot",
221221
"--posix-runtime",
222222
"--skip-not-lazy-initialized",
223-
"--type-system=CXX",
224223
"--fp-runtime",
225224
"--only-output-states-covering-new",
226225
"--allocate-determ",
@@ -236,6 +235,7 @@ KleeRunner::createKleeParams(const tests::TestMethod &testMethod,
236235
"--output-dir=" + kleeOut.string()
237236
};
238237
if (Paths::isCXXFile(testMethod.sourceFilePath)) {
238+
argvData.emplace_back("--type-system=CXX");
239239
argvData.emplace_back("--libcxx=true");
240240
}
241241
if (settingsContext.useDeterministicSearcher) {

submodules/klee

Submodule klee updated 916 files

0 commit comments

Comments
 (0)