aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/race/testdata/select_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/race/testdata/select_test.go')
-rw-r--r--src/runtime/race/testdata/select_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/race/testdata/select_test.go b/src/runtime/race/testdata/select_test.go
index 3827867687..9a43f9b954 100644
--- a/src/runtime/race/testdata/select_test.go
+++ b/src/runtime/race/testdata/select_test.go
@@ -20,7 +20,7 @@ func TestNoRaceSelect1(t *testing.T) {
x = 1
// At least two channels are needed because
// otherwise the compiler optimizes select out.
- // See comment in runtime/select.go:^func selectgoImpl.
+ // See comment in runtime/select.go:^func selectgo.
select {
case c <- true:
case c1 <- true: