diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/runtime/race/testdata/select_test.go | 2 |
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: |
