From: Rob Findley Date: Thu, 13 Apr 2023 15:05:57 +0000 (-0400) Subject: internal/types: rename 54942.go to issue54942.go X-Git-Tag: go1.21rc1~914 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3f747d09e441999815fbb0a6025ade0f528967a8;p=gostls13.git internal/types: rename 54942.go to issue54942.go This filename was inconsistent with all others. Change-Id: I5abd3792a96c5137f45d02ac51ffe3d8d05bb164 Reviewed-on: https://go-review.googlesource.com/c/go/+/484415 TryBot-Result: Gopher Robot Reviewed-by: Robert Griesemer Run-TryBot: Robert Findley --- diff --git a/src/internal/types/testdata/fixedbugs/54942.go b/src/internal/types/testdata/fixedbugs/issue54942.go similarity index 100% rename from src/internal/types/testdata/fixedbugs/54942.go rename to src/internal/types/testdata/fixedbugs/issue54942.go