Skip to content

Commit 1f81854

Browse files
committed
Add --no-standard-checks to ../regression/linking-goto-binaries test runner script
1 parent 0d19437 commit 1f81854

File tree

1 file changed

+1
-1
lines changed
  • regression/linking-goto-binaries

1 file changed

+1
-1
lines changed

regression/linking-goto-binaries/chain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ else
2121
$goto_cc "${main}.gb" "${next}.gb" -o "final.gb"
2222
fi
2323

24-
$cbmc --validate-goto-model "final.gb"
24+
$cbmc --no-standard-checks --validate-goto-model "final.gb"

0 commit comments

Comments
 (0)