]> Cypherpunks repositories - gostls13.git/commitdiff
test: change issue10441.go from "build" to "compile"
authorIan Lance Taylor <iant@golang.org>
Tue, 13 Jul 2021 16:26:28 +0000 (09:26 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 13 Aug 2021 21:43:20 +0000 (21:43 +0000)
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 <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>

test/fixedbugs/issue10441.go

index 9bc4948b15b2881f703389d68e1288f396814608..7cd26d841b66d1573e3e7b2bb097d22f80a8d0be 100644 (file)
@@ -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