We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c0d66 commit 704e6a3Copy full SHA for 704e6a3
regression/contracts-dfcc/chain.sh
@@ -63,4 +63,4 @@ elif echo $args_inst | grep -q -- "--dump-c" ; then
63
rm "${name}${dfcc_suffix}-mod.c"
64
fi
65
$goto_instrument --show-goto-functions "${name}${dfcc_suffix}-mod.gb"
66
-$cbmc --no-standard-checks "${name}${dfcc_suffix}-mod.gb" ${args_cbmc}
+$cbmc "${name}${dfcc_suffix}-mod.gb" ${args_cbmc}
0 commit comments