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

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

index 35c38518f6c372b9dd3cf65098cb52b58d2ad1e4..780d0a15a712a2d40a2e0bf85c57b4aa80276f07 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2013 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.