tstest: take testing.TB in helper for benchmarks

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
reviewable/pr737/r1
David Crawshaw 2020-09-04 07:41:01 -04:00 committed by David Crawshaw
parent 468bb3afce
commit 3baa084548
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ func goroutineDump() (int, string) {
return p.Count(), b.String()
}
func (r *ResourceCheck) Assert(t *testing.T) {
func (r *ResourceCheck) Assert(t testing.TB) {
t.Helper()
want := r.startNumRoutines