Skip to content

Commit e09efcb

Browse files
author
martin
committed
Fix unit test that uses some, but not all, of CBMC's option parsing
1 parent 7fb0e7a commit e09efcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unit/path_strategies.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,8 @@ void _check_with_strategy(
384384

385385
optionst options;
386386
cbmc_parse_optionst::set_default_options(options);
387+
options.set_option("assertions", true);
388+
options.set_option("assumptions", true);
387389
options.set_option("paths", true);
388390
options.set_option("exploration-strategy", strategy);
389391
REQUIRE(is_valid_path_strategy(strategy));

0 commit comments

Comments
 (0)