Skip to content

Commit 704e6a3

Browse files
committed
Revert "Add --no-standard-checks to regresion/contracts-dfcc test runner script"
This reverts commit bc9ae9b.
1 parent 08c0d66 commit 704e6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/contracts-dfcc/chain.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ elif echo $args_inst | grep -q -- "--dump-c" ; then
6363
rm "${name}${dfcc_suffix}-mod.c"
6464
fi
6565
$goto_instrument --show-goto-functions "${name}${dfcc_suffix}-mod.gb"
66-
$cbmc --no-standard-checks "${name}${dfcc_suffix}-mod.gb" ${args_cbmc}
66+
$cbmc "${name}${dfcc_suffix}-mod.gb" ${args_cbmc}

0 commit comments

Comments
 (0)