]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.typeparams] cmd/compile/internal/types: review of resolver_test.go
authorRobert Griesemer <gri@golang.org>
Thu, 11 Feb 2021 02:06:10 +0000 (18:06 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 12 Feb 2021 22:20:06 +0000 (22:20 +0000)
The changes between (equivalent, and reviewed) go/types/resolver_test.go
and resolver_test.go can be seen by comparing patchset 1 and 2. The actual
change is just removing the "// UNREVIEWED" marker.

Change-Id: Ibd5850f0d68e393d81e55651bffc886d71665545
Reviewed-on: https://go-review.googlesource.com/c/go/+/291180
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/resolver_test.go

index 983e8ec4d68180b1bc1ab7e4d015b500dc593377..aee435ff5fb6cd7e0aa6d0d34028290197e71968 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2011 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.