Skip to content

Commit a400031

Browse files
committed
Revert "Add --no-standard-checks to ../regression/linking-goto-binaries test runner script"
This reverts commit 1f81854.
1 parent 51a0429 commit a400031

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 --no-standard-checks --validate-goto-model "final.gb"
24+
$cbmc --validate-goto-model "final.gb"

0 commit comments

Comments
 (0)