Skip to content

Commit b96d0b5

Browse files
esteffinEnrico Steffinlongo
authored and
Enrico Steffinlongo
committed
Revert "Add --no-standard-checks to regression/goto-synthesiser test runner script"
This reverts commit 7d65934.
1 parent 4d8743f commit b96d0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/goto-synthesizer/chain.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ if echo $args_synthesizer | grep -q -- "--dump-loop-contracts" ; then
5757
else
5858
$goto_synthesizer ${args_synthesizer} --no-malloc-may-fail "${name}-mod.gb" "${name}-mod-2.gb"
5959
echo "Running CBMC: "
60-
$cbmc --no-standard-checks ${args_cbmc} "${name}-mod-2.gb"
60+
$cbmc ${args_cbmc} "${name}-mod-2.gb"
6161
fi

0 commit comments

Comments
 (0)