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

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

index b246909d2a494d0d863cf29645951c3a89baddcd..c9a4942bed80c6f6fe902c7ce678a801570bb0f0 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.