Skip to content

Commit ea78fc7

Browse files
author
Daniel Kroening
committed
mimick cbmc's output
1 parent 538c52b commit ea78fc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/symex/symex_parse_options.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,9 @@ Function: symex_parse_optionst::report_properties
612612
void symex_parse_optionst::report_properties(
613613
const path_searcht::property_mapt &property_map)
614614
{
615+
if(get_ui()==ui_message_handlert::PLAIN)
616+
status() << "\n** Results:" << eom;
617+
615618
for(path_searcht::property_mapt::const_iterator
616619
it=property_map.begin();
617620
it!=property_map.end();

0 commit comments

Comments
 (0)