Skip to content

Commit

Permalink
Merge pull request #223 from diffblue/ebmc-console-show-formula
Browse files Browse the repository at this point in the history
ebmc: use console colors for --show-formula
  • Loading branch information
tautschnig authored Dec 3, 2023
2 parents fde0f9b + 76658a2 commit fb63df5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ebmc/ebmc_solver_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ ebmc_solver_factoryt ebmc_solver_factory(const cmdlinet &cmdline)
}
else
{
return [](const namespacet &, message_handlert &)
{
auto dec = std::make_unique<show_formula_solvert>(std::cout);
return [](const namespacet &, message_handlert &) {
auto dec = std::make_unique<show_formula_solvert>();
return ebmc_solvert{std::move(dec)};
};
}
Expand Down

0 comments on commit fb63df5

Please sign in to comment.