From fcee603081c754044e682f9263f526fcefc9442c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 9 Jan 2020 23:14:57 +0000 Subject: 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 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/go/gofrontend/MERGE') diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index e712bef..9189bed 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -f9d1bfb3eec2d388c5f239779fd25a580064dd9d +92ee4c2e295fc760105f187f6ea6dc65c81fa892 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. -- cgit v1.1