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

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

index 8f11c87451a533577c756c1b1a02a0c6d238c168..7f63c793325721dca1512a4628d970e31f523892 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2016 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.