]> Cypherpunks repositories - gostls13.git/commit
cmd/fix: mark tests as parallel
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 13 May 2019 18:56:15 +0000 (11:56 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 13 May 2019 20:03:20 +0000 (20:03 +0000)
commit337868305401dbe82a6a7235bb613392e86d8b40
tree6f699c71d20c336e782526cfc0888e1b60a88031
parent9c86eae3844105c2e66ca6064ca70fd287894819
cmd/fix: mark tests as parallel

This speeds up

go test -short -count=1 cmd/fix

on my machine from about 8s to about 0.05s.

Updates #26473

Change-Id: I698ee20704ae0aee874ba642e7b0e070ddc99194
Reviewed-on: https://go-review.googlesource.com/c/go/+/176900
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/fix/main_test.go