Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion regression/ebmc/ic3/not_supported3.desc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ CORE
not_supported3.sv
--ic3
^no support for assumptions$
^EXIT=1$
^EXIT=10$
^SIGNAL=0$
--
2 changes: 1 addition & 1 deletion src/ic3/m1ain.cc
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ property_checker_resultt ic3_enginet::operator()()
if(property.is_assumed())
{
message.error() << "no support for assumptions" << messaget::eom;
return 1;
return property_checker_resultt::error();
}
}

Expand Down
Loading