Files
coredns/test/presubmit_test.go
Ville Vesilehto a72a14d88b test(presubmit): prevent panic in TestImportOrdering on split import (#7540)
Fix a panic in presubmit test when import statements are split into
>3 logical blocks (e.g., std, coredns, then third party in multiple
blocks). The computed block index could exceed the fixed array
bounds.

Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
2025-09-13 15:14:59 -07:00

7.3 KiB