libgo: update to Go1.13

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/194698

From-SVN: r275691
This commit is contained in:
Ian Lance Taylor 2019-09-12 23:22:53 +00:00
parent d6ecb707cc
commit 656297e1fe
206 changed files with 3552 additions and 1702 deletions

View file

@ -112,6 +112,7 @@ func TestReportsTypeErrors(t *testing.T) {
"issue18452.go",
"issue18889.go",
"issue28721.go",
"issue33061.go",
} {
check(t, file)
}