mirror of
https://github.com/golang/go
synced 2024-11-15 04:20:22 -07:00
n
Change-Id: I991bb2cdb0f50b28a853f3cb765d0bcaac41310c
This commit is contained in:
parent
010fe6f6da
commit
3cbfd3c119
@ -54,9 +54,10 @@ func TestChanSendBarrier(t *testing.T) {
|
||||
testChanSendBarrier(false)
|
||||
}
|
||||
|
||||
var globalMu sync.Mutex
|
||||
|
||||
func testChanSendBarrier(useSelect bool) {
|
||||
var wg sync.WaitGroup
|
||||
var globalMu sync.Mutex
|
||||
outer := 100
|
||||
inner := 100000
|
||||
if testing.Short() || runtime.GOARCH == "wasm" {
|
||||
|
Loading…
Reference in New Issue
Block a user