]> Cypherpunks repositories - gostls13.git/commit
testing: allow go test -run=^$ testing
authorRuss Cox <rsc@golang.org>
Fri, 16 Sep 2022 16:05:57 +0000 (12:05 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 16 Sep 2022 16:21:38 +0000 (16:21 +0000)
commit1fc83690e68de1ce252975c5fd3a232629d6a3d6
treed3a400b0fc8c8f153266039f6040ec9517dd8c87
parent0a1118b8a172e64247ce44fcaa7483f24d834c18
testing: allow go test -run=^$ testing

This should fix the ssacheck builder.

Change-Id: I4b6172df33d6447f7ec8fd8e301c6380efb92588
Reviewed-on: https://go-review.googlesource.com/c/go/+/431336
Auto-Submit: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: David Chase <drchase@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/testing/testing.go