From: Robert Griesemer Date: Wed, 28 Feb 2024 17:43:52 +0000 (-0800) Subject: cmd/compile/internal/syntax: rename test file to match issue X-Git-Tag: go1.23rc1~1055 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2278ffcb2664b13ad2a2309cb1aba24260b9fab3;p=gostls13.git cmd/compile/internal/syntax: rename test file to match issue Follow-up on CL 565518 which addressed issue #65790 but added testdata/issue65970.go instead of testdata/issue65790.go. Rename that file to match the issue. For #65790. Change-Id: I647c297286355137fa950fb6722e31ae4340393b Reviewed-on: https://go-review.googlesource.com/c/go/+/567875 Reviewed-by: Robert Griesemer Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov Auto-Submit: Robert Griesemer LUCI-TryBot-Result: Go LUCI --- diff --git a/src/cmd/compile/internal/syntax/testdata/issue65970.go b/src/cmd/compile/internal/syntax/testdata/issue65790.go similarity index 100% rename from src/cmd/compile/internal/syntax/testdata/issue65970.go rename to src/cmd/compile/internal/syntax/testdata/issue65790.go