aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/text
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2020-01-09 23:14:57 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2020-01-09 23:14:57 +0000
commitfcee603081c754044e682f9263f526fcefc9442c (patch)
treefd799d5e04409a5f50a3570151d4ef62c558bb09 /libgo/go/text
parentacd43917df56f8845b1497d939da97f4e22b5ebb (diff)
downloadgcc-fcee603081c754044e682f9263f526fcefc9442c.zip
gcc-fcee603081c754044e682f9263f526fcefc9442c.tar.gz
gcc-fcee603081c754044e682f9263f526fcefc9442c.tar.bz2
libgo: compile examples in _test packages
Previously if the only names defined by _test packages were examples, the gotest script would emit an incorrect _testmain.go file. I worked around that by marking the example_test.go files +build ignored. This CL changes the gotest script to handle this case correctly, and removes the now-unnecessary build tags. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/214039 From-SVN: r280085
Diffstat (limited to 'libgo/go/text')
-rw-r--r--libgo/go/text/scanner/example_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/libgo/go/text/scanner/example_test.go b/libgo/go/text/scanner/example_test.go
index 88b992b..5e8c3fb 100644
--- a/libgo/go/text/scanner/example_test.go
+++ b/libgo/go/text/scanner/example_test.go
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build ignore
-
package scanner_test
import (