Apply 'make format' [ci skip]

This commit is contained in:
github action 2026-07-28 21:32:05 +00:00
parent 48e575b885
commit c23b0ee972
1 changed files with 1 additions and 3 deletions

View File

@ -12,8 +12,6 @@ import vltest_bootstrap
test.scenarios('vlt')
# Exit on the deliberate LinkJump error before later passes inspect the tree.
test.lint(verilator_flags2=["--no-debug-check"],
fails=True,
expect_filename=test.golden_filename)
test.lint(verilator_flags2=["--no-debug-check"], fails=True, expect_filename=test.golden_filename)
test.passes()