diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2020-01-09 23:14:57 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2020-01-09 23:14:57 +0000 |
commit | fcee603081c754044e682f9263f526fcefc9442c (patch) | |
tree | fd799d5e04409a5f50a3570151d4ef62c558bb09 /gcc/go/gofrontend/MERGE | |
parent | acd43917df56f8845b1497d939da97f4e22b5ebb (diff) | |
download | gcc-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 'gcc/go/gofrontend/MERGE')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
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. |