Skip to content

Commit 54bfd4f

Browse files
committed
Add --no-standard-checks to regression/goto-instrument test runner
1 parent 2d7a5ee commit 54bfd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/goto-instrument/chain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ elif echo $args | grep -q -- "--dump-c" ; then
4040
rm "${target}-mod.c"
4141
fi
4242
$goto_instrument --show-goto-functions "${target}-mod.gb"
43-
$cbmc "${target}-mod.gb"
43+
$cbmc --no-standard-checks "${target}-mod.gb"

0 commit comments

Comments
 (0)