]> Cypherpunks repositories - gostls13.git/commit
test: add //go:build support to run.go
authorMatthew Dempsky <mdempsky@google.com>
Tue, 12 Apr 2022 00:35:24 +0000 (17:35 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 12 Apr 2022 05:46:57 +0000 (05:46 +0000)
commit2b31abc5286e4f29f934c4123101feabf0f4aaca
tree008b687dfe21b9201bcbf5dc24fcdf667a3f5c4b
parentf2d9ab263b8c62a81d314feb1e7a7fb424bb9c43
test: add //go:build support to run.go

gofmt is rewriting +build comments into //go:build anyway, so update
the test script to support both.

Change-Id: Ia6d950cfaa2fca9f184b8b2d3625a551bff88dde
Reviewed-on: https://go-review.googlesource.com/c/go/+/399794
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
test/run.go