diff options
Diffstat (limited to 'src/runtime/race/testdata')
| -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 b4b1991155..9969f47e8e 100644 --- a/src/runtime/race/testdata/select_test.go +++ b/src/runtime/race/testdata/select_test.go @@ -19,7 +19,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/chan.c:^selectgo. + // See comment in runtime/select.go:^func selectgoImpl. select { case c <- true: case c1 <- true: |
