]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile/internal/types2: review of importer_test.go
authorRobert Griesemer <gri@golang.org>
Tue, 23 Mar 2021 22:07:32 +0000 (15:07 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 25 Mar 2021 19:24:25 +0000 (19:24 +0000)
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 <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/importer_test.go

index 90476c426930286105e7125ceb41f662b8567b81..6b9b5009186cfb100d6bbb8112ba19c1ddcda451 100644 (file)
@@ -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.