From 2278ffcb2664b13ad2a2309cb1aba24260b9fab3 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 28 Feb 2024 09:43:52 -0800 Subject: [PATCH] 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 --- .../internal/syntax/testdata/{issue65970.go => issue65790.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/cmd/compile/internal/syntax/testdata/{issue65970.go => issue65790.go} (100%) 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