From: Ian Lance Taylor Date: Tue, 13 Jul 2021 16:26:28 +0000 (-0700) Subject: test: change issue10441.go from "build" to "compile" X-Git-Tag: go1.18beta1~1808 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a95f1b51be;p=gostls13.git test: change issue10441.go from "build" to "compile" We use "build" for tests in the main package with a main function. We use "compile" for tests that are not in the main package. Change-Id: I9876b55a9e4672277483fd24e69058d439c66658 Reviewed-on: https://go-review.googlesource.com/c/go/+/334329 Trust: Ian Lance Taylor Run-TryBot: Ian Lance Taylor Reviewed-by: Cherry Mui Reviewed-by: Dmitri Shuralyov TryBot-Result: Go Bot --- diff --git a/test/fixedbugs/issue10441.go b/test/fixedbugs/issue10441.go index 9bc4948b15..7cd26d841b 100644 --- a/test/fixedbugs/issue10441.go +++ b/test/fixedbugs/issue10441.go @@ -1,4 +1,4 @@ -// build +// compile // Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style