Skip to content

Commit 4669ef3

Browse files
mgudemannDaniel Kroening
authored and
Daniel Kroening
committed
adapt interface in CEGIS with default values
1 parent 8786af7 commit 4669ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cegis/refactor/constraint/constraint_factory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void create_or_redirect_entry(symbol_tablet &st, goto_functionst &gf)
4141
if (fmap.end() == it)
4242
{
4343
config.main=CONSTRAINT_CALLER;
44-
assert(!java_entry_point(st, ID_empty, msg));
44+
assert(!java_entry_point(st, ID_empty, msg, false, 0));
4545
goto_convert(CPROVER_INIT, st, gf, msg);
4646
goto_convert(goto_functionst::entry_point(), st, gf, msg);
4747
} else

0 commit comments

Comments
 (0)