We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8743f commit b96d0b5Copy full SHA for b96d0b5
regression/goto-synthesizer/chain.sh
@@ -57,5 +57,5 @@ if echo $args_synthesizer | grep -q -- "--dump-loop-contracts" ; then
57
else
58
$goto_synthesizer ${args_synthesizer} --no-malloc-may-fail "${name}-mod.gb" "${name}-mod-2.gb"
59
echo "Running CBMC: "
60
- $cbmc --no-standard-checks ${args_cbmc} "${name}-mod-2.gb"
+ $cbmc ${args_cbmc} "${name}-mod-2.gb"
61
fi
0 commit comments