aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/race/testdata
diff options
context:
space:
mode:
authorCherry Mui <cherryyz@google.com>2025-06-30 17:34:01 -0400
committerCherry Mui <cherryyz@google.com>2025-07-29 12:44:58 -0700
commit25816d401c459a9dfedded3b42315a8bd2d32802 (patch)
tree16b7322d8c0628c0f7a67c67fba5ada7842f1218 /src/runtime/race/testdata
parent7961bf71f8d3119ac7a886b3658966973798f426 (diff)
downloadgo-25816d401c459a9dfedded3b42315a8bd2d32802.tar.xz
internal/goexperiment: delete RangeFunc goexperiment
It is now always enabeld. The GOEXPERIMENT doesn't control anything. Remove. Change-Id: I50eb09f4537f90ec28152eb59a5a689127843fce Reviewed-on: https://go-review.googlesource.com/c/go/+/684838 Reviewed-by: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/runtime/race/testdata')
-rw-r--r--src/runtime/race/testdata/rangefunc_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/race/testdata/rangefunc_test.go b/src/runtime/race/testdata/rangefunc_test.go
index 453c0733ed..986395bfb9 100644
--- a/src/runtime/race/testdata/rangefunc_test.go
+++ b/src/runtime/race/testdata/rangefunc_test.go
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build goexperiment.rangefunc
-
package race_test
import (