Skip to content

Commit 1d7d4cf

Browse files
committed
Add missing positive checks back into goto-instrument
1 parent 8d70395 commit 1d7d4cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/goto-instrument/goto_instrument_parse_options.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,6 +1026,7 @@ void goto_instrument_parse_optionst::instrument_goto_program()
10261026
options.set_option("simplify", true);
10271027

10281028
// all checks supported by goto_check
1029+
PARSE_OPTIONS_GOTO_CHECK_POSITIVE_DEFAULT_CHECKS(cmdline, options);
10291030
PARSE_OPTIONS_GOTO_CHECK(cmdline, options);
10301031

10311032
// initialize argv with valid pointers

0 commit comments

Comments
 (0)