Skip to content

Commit 7d65934

Browse files
committed
Add --no-standard-checks to regression/goto-synthesiser test runner script
1 parent b90ea03 commit 7d65934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/goto-synthesizer/chain.sh

Lines changed: 1 addition & 1 deletion
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} "${name}-mod.gb" "${name}-mod-2.gb"
5959
echo "Running CBMC: "
60-
$cbmc ${args_cbmc} "${name}-mod-2.gb"
60+
$cbmc --no-standard-checks ${args_cbmc} "${name}-mod-2.gb"
6161
fi

0 commit comments

Comments
 (0)