]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/importer: remove // UNREVIEWED comments from tests
authorRobert Griesemer <gri@golang.org>
Tue, 21 Sep 2021 17:20:02 +0000 (10:20 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 21 Sep 2021 20:28:50 +0000 (20:28 +0000)
commit2fc7df93fe8e540ca101da33fe9157dfa7bdf6aa
tree33e52fa19c13d3cf176ee5f0faf8f3ce689159f9
parentebc6ce40ceb587af54dfcac910931606fe2d9a66
cmd/compile/internal/importer: remove // UNREVIEWED comments from tests

The importer tests are exact copies of the corresponding test files in
$GOROOT/src/go/internal/gcimporter/testdata/. With these changes, diff
applied recursively doesn't show any differences anymore among the
existing files between the directories

src/cmd/compile/internal/importer/testdata
src/go/internal/gcimporter/testdata

Change-Id: I1fdd70a3d4d5e55f1fc580892d1d38cabbdab81b
Reviewed-on: https://go-review.googlesource.com/c/go/+/351309
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/importer/testdata/a.go
src/cmd/compile/internal/importer/testdata/b.go
src/cmd/compile/internal/importer/testdata/exports.go
src/cmd/compile/internal/importer/testdata/issue15920.go
src/cmd/compile/internal/importer/testdata/issue20046.go
src/cmd/compile/internal/importer/testdata/issue25301.go
src/cmd/compile/internal/importer/testdata/issue25596.go
src/cmd/compile/internal/importer/testdata/p.go
src/cmd/compile/internal/importer/testdata/versions/test.go