We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520b506 commit 7656098Copy full SHA for 7656098
regression/contracts/chain.sh
@@ -42,4 +42,4 @@ elif echo $args_inst | grep -q -- "--dump-c" ; then
42
rm "${name}-mod.c"
43
fi
44
$goto_instrument --show-goto-functions "${name}-mod.gb"
45
-$cbmc --no-standard-checks "${name}-mod.gb" ${args_cbmc}
+$cbmc "${name}-mod.gb" ${args_cbmc}
0 commit comments