diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-05-03 03:19:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-05-03 03:19:28 +0000 |
commit | 5cf052826f45f14bdffbb3b59b66243dcb132a5b (patch) | |
tree | 2924a9b97de77cb12262d768a62e53dd42c18e08 /gcc | |
parent | 478025193a3402016d59611cfc89002db611fb2c (diff) | |
download | gcc-5cf052826f45f14bdffbb3b59b66243dcb132a5b.zip gcc-5cf052826f45f14bdffbb3b59b66243dcb132a5b.tar.gz gcc-5cf052826f45f14bdffbb3b59b66243dcb132a5b.tar.bz2 |
cmd/go: run tests that require package build IDs
These tests used to be disabled in the gofrontend since the go tool
didn't support build IDs for the gofrontend. It does now, so enable
the tests again.
Reviewed-on: https://go-review.googlesource.com/111098
From-SVN: r259875
Diffstat (limited to 'gcc')
-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 8de30a1..bb1f4eb 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -cef3d77a3dc0207454aabdc3ef0e8f9a0ffdf32e +e367bffce3d2c49b456fdf41ab097bded2bcbc3b The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |