diff options
| author | Dmitri Shuralyov <dmitshur@golang.org> | 2020-05-06 00:20:47 -0400 |
|---|---|---|
| committer | Dmitri Shuralyov <dmitshur@golang.org> | 2020-05-07 18:24:58 -0400 |
| commit | a9d2e3abf772ee2c49394430545df1fa83699f04 (patch) | |
| tree | a274d976b131829762304aef7c5f38b8f732fa71 /src/runtime/race/testdata | |
| parent | c19c0a047b849cc1d63745b2e5e8d467cb4e815b (diff) | |
| parent | c9d5f60eaa4450ccf1ce878d55b4c6a12843f2f3 (diff) | |
| download | go-a9d2e3abf772ee2c49394430545df1fa83699f04.tar.xz | |
[dev.boringcrypto] all: merge master into dev.boringcrypto
Change-Id: Idd59c37d2fd759b0f73d2ee01b30f72ef4e9aee8
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 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: |
