From: Robert Griesemer Date: Tue, 23 Mar 2021 22:07:32 +0000 (-0700) Subject: cmd/compile/internal/types2: review of importer_test.go X-Git-Tag: go1.17beta1~969 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=569c86d23b829726db1030d75dd49008c22a0ffd;p=gostls13.git cmd/compile/internal/types2: review of importer_test.go This is a small helper file that provides a default importer for the type checker tests. There is no go/types equivalent. The actual change is removing the "// UNREVIEWED" marker. Change-Id: Ic1f9858bdd9b818d9ddad754e072d9d14d8fb9b3 Reviewed-on: https://go-review.googlesource.com/c/go/+/304252 Trust: Robert Griesemer Reviewed-by: Robert Findley --- diff --git a/src/cmd/compile/internal/types2/importer_test.go b/src/cmd/compile/internal/types2/importer_test.go index 90476c4269..6b9b500918 100644 --- a/src/cmd/compile/internal/types2/importer_test.go +++ b/src/cmd/compile/internal/types2/importer_test.go @@ -1,4 +1,3 @@ -// UNREVIEWED // Copyright 2020 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.