Skip to content

Commit 53a2c62

Browse files
committed
Successfully producing a formula with --outfile should not yield non-zero exit
1 parent 36562bc commit 53a2c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cbmc/bmc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ safety_checkert::resultt bmct::stop_on_fail(
598598
default:
599599
if(options.get_bool_option("dimacs") ||
600600
options.get_option("outfile")!="")
601-
return ERROR;
601+
return SAFE;
602602

603603
error() << "decision procedure failed" << eom;
604604

0 commit comments

Comments
 (0)