Skip to content

Commit 68c8662

Browse files
authored
Merge pull request #920 from diffblue/ic3-fix
fixup! IC3: better error message when given assumption
2 parents 883fd0d + 41ff297 commit 68c8662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

regression/ebmc/ic3/not_supported3.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ CORE
22
not_supported3.sv
33
--ic3
44
^no support for assumptions$
5-
^EXIT=1$
5+
^EXIT=10$
66
^SIGNAL=0$
77
--

src/ic3/m1ain.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ property_checker_resultt ic3_enginet::operator()()
111111
if(property.is_assumed())
112112
{
113113
message.error() << "no support for assumptions" << messaget::eom;
114-
return 1;
114+
return property_checker_resultt::error();
115115
}
116116
}
117117

0 commit comments

Comments
 (0)