Skip to content

Commit 7656098

Browse files
committed
Revert "Add --no-standard-checks to regression/contracts test runner script"
This reverts commit b90ea03.
1 parent 520b506 commit 7656098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/contracts/chain.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ elif echo $args_inst | grep -q -- "--dump-c" ; then
4242
rm "${name}-mod.c"
4343
fi
4444
$goto_instrument --show-goto-functions "${name}-mod.gb"
45-
$cbmc --no-standard-checks "${name}-mod.gb" ${args_cbmc}
45+
$cbmc "${name}-mod.gb" ${args_cbmc}

0 commit comments

Comments
 (0)