Skip to content

Commit

Permalink
Add missing positive checks back into goto-instrument
Browse files Browse the repository at this point in the history
  • Loading branch information
NlightNFotis committed Dec 8, 2023
1 parent 71cda7c commit 95404cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/goto-instrument/goto_instrument_parse_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,7 @@ void goto_instrument_parse_optionst::instrument_goto_program()
options.set_option("simplify", true);

// all checks supported by goto_check
PARSE_OPTIONS_GOTO_CHECK_POSITIVE_DEFAULT_CHECKS(cmdline, options);
PARSE_OPTIONS_GOTO_CHECK(cmdline, options);

// initialize argv with valid pointers
Expand Down

0 comments on commit 95404cb

Please sign in to comment.