We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 883fd0d + 41ff297 commit 68c8662Copy full SHA for 68c8662
regression/ebmc/ic3/not_supported3.desc
@@ -2,6 +2,6 @@ CORE
2
not_supported3.sv
3
--ic3
4
^no support for assumptions$
5
-^EXIT=1$
+^EXIT=10$
6
^SIGNAL=0$
7
--
src/ic3/m1ain.cc
@@ -111,7 +111,7 @@ property_checker_resultt ic3_enginet::operator()()
111
if(property.is_assumed())
112
{
113
message.error() << "no support for assumptions" << messaget::eom;
114
- return 1;
+ return property_checker_resultt::error();
115
}
116
117
0 commit comments