Skip to content

Commit 3a8195b

Browse files
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 7a0b58b commit 3a8195b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/params/context_params.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ bool context_params::is_shell_only_parameter(char const* _p) const {
202202
std::string p(_p);
203203
lower_case(p);
204204
if (p == "dump_models" || p == "well_sorted_check" ||
205-
p == "model_validate" || p == "smtlib2_compliant" ||
205+
p == "model_validate" ||
206206
p == "stats")
207207
return true;
208208

0 commit comments

Comments
 (0)