go/src/sync
Daniel Martí 516e6f6d5d all: remove some unused parameters in test code
Mostly unnecessary *testing.T arguments.

Found with github.com/mvdan/unparam.

Change-Id: Ifb955cb88f2ce8784ee4172f4f94d860fa36ae9a
Reviewed-on: https://go-review.googlesource.com/41691
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-04-25 14:38:10 +00:00
..
atomic cmd/vet: skip unreachable "if" and "case" code in shift check. 2017-04-19 20:03:37 +00:00
cond.go cmd/vet: check sync.* types' copying 2016-05-06 16:43:51 +00:00
cond_test.go all: don't call t.Fatal from a goroutine 2016-11-15 15:13:48 +00:00
example_pool_test.go sync: add example for Pool 2016-11-10 05:32:14 +00:00
example_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
export_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
mutex.go sync: make Mutex more fair 2017-02-17 17:24:59 +00:00
mutex_test.go sync: make Mutex more fair 2017-02-17 17:24:59 +00:00
once.go all: single space after period. 2016-03-02 00:13:47 +00:00
once_test.go sync: simplify TestOncePanic 2014-09-16 14:22:33 -07:00
pool.go sync: align poolLocal to CPU cache line size 2017-04-20 22:36:07 +00:00
pool_test.go all: don't call t.Fatal from a goroutine 2016-11-15 15:13:48 +00:00
runtime.go sync: make Mutex more fair 2017-02-17 17:24:59 +00:00
runtime_sema_test.go sync: make Mutex more fair 2017-02-17 17:24:59 +00:00
rwmutex.go sync: make Mutex more fair 2017-02-17 17:24:59 +00:00
rwmutex_test.go sync: throw, not panic, for unlock of unlocked mutex 2016-10-19 17:46:27 +00:00
waitgroup.go sync: make Mutex more fair 2017-02-17 17:24:59 +00:00
waitgroup_test.go all: remove some unused parameters in test code 2017-04-25 14:38:10 +00:00