We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07cb63a commit e1d1684Copy full SHA for e1d1684
src/runtime/race/testdata/select_test.go
@@ -20,7 +20,7 @@ func TestNoRaceSelect1(t *testing.T) {
20
x = 1
21
// At least two channels are needed because
22
// otherwise the compiler optimizes select out.
23
- // See comment in runtime/select.go:^func selectgoImpl.
+ // See comment in runtime/select.go:^func selectgo.
24
select {
25
case c <- true:
26
case c1 <- true:
0 commit comments