diff options
| author | cuishuang <imcusg@gmail.com> | 2025-08-16 23:22:19 +0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-08-19 12:45:29 -0700 |
| commit | c7d8bda4596d2ad4970c8052fded76284b2f0be1 (patch) | |
| tree | 052ed0f7c8b1eaccacea824149026e408cf41301 /src/cmd/compile/internal/loopvar/loopvar_test.go | |
| parent | de2d7416679f4f383da6a1e7dfc52845911845c4 (diff) | |
| download | go-c7d8bda4596d2ad4970c8052fded76284b2f0be1.tar.xz | |
cmd/compile/internal: make function comments match function names
Change-Id: I2ebadb87a4f60487c8f720930a72bc5ef953d7cf
Reviewed-on: https://go-review.googlesource.com/c/go/+/696695
Reviewed-by: Carlos Amedee <carlos@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/cmd/compile/internal/loopvar/loopvar_test.go')
| -rw-r--r-- | src/cmd/compile/internal/loopvar/loopvar_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/loopvar/loopvar_test.go b/src/cmd/compile/internal/loopvar/loopvar_test.go index b19962f0fd..0265dd06ee 100644 --- a/src/cmd/compile/internal/loopvar/loopvar_test.go +++ b/src/cmd/compile/internal/loopvar/loopvar_test.go @@ -50,7 +50,7 @@ var cases = []testcase{ {"1", "", 0, []string{"for_nested.go"}}, } -// TestLoopVar checks that the GOEXPERIMENT and debug flags behave as expected. +// TestLoopVarGo1_21 checks that the GOEXPERIMENT and debug flags behave as expected. func TestLoopVarGo1_21(t *testing.T) { switch runtime.GOOS { case "linux", "darwin": |
