aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/types2/object_test.go
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2021-02-10 17:38:11 -0800
committerRobert Griesemer <gri@golang.org>2021-02-12 22:17:40 +0000
commit7428318af61d700f9f6abe7e5202fb71761ad995 (patch)
tree7bc8c25d789c80d32c6676603b1816e213a8b554 /src/cmd/compile/internal/types2/object_test.go
parentb20f9e2da124ed0473418e41bc5658811ff58ddf (diff)
downloadgo-7428318af61d700f9f6abe7e5202fb71761ad995.tar.gz
go-7428318af61d700f9f6abe7e5202fb71761ad995.zip
[dev.typeparams] cmd/compile/internal/types: review of object_test.go
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>
Diffstat (limited to 'src/cmd/compile/internal/types2/object_test.go')
-rw-r--r--src/cmd/compile/internal/types2/object_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/types2/object_test.go b/src/cmd/compile/internal/types2/object_test.go
index 8f11c87451..7f63c79332 100644
--- a/src/cmd/compile/internal/types2/object_test.go
+++ b/src/cmd/compile/internal/types2/object_test.go
@@ -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.