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.
1 parent bc9ae9b commit b90ea03Copy full SHA for b90ea03
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 "${name}-mod.gb" ${args_cbmc}
+$cbmc --no-standard-checks "${name}-mod.gb" ${args_cbmc}
0 commit comments