Skip to content

Commit b90ea03

Browse files
committed
Add --no-standard-checks to regression/contracts test runner script
1 parent bc9ae9b commit b90ea03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/contracts/chain.sh

Lines changed: 1 addition & 1 deletion
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 "${name}-mod.gb" ${args_cbmc}
45+
$cbmc --no-standard-checks "${name}-mod.gb" ${args_cbmc}

0 commit comments

Comments
 (0)