From: Robert Griesemer Date: Thu, 11 Feb 2021 01:17:45 +0000 (-0800) Subject: [dev.typeparams] cmd/compile/internal/types: review of builtin_test.go X-Git-Tag: go1.17beta1~1473^2~30 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9168590977fca7a8d86b27b6c39fff0cd5efb8a4;p=gostls13.git [dev.typeparams] cmd/compile/internal/types: review of builtin_test.go 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 Reviewed-by: Robert Findley --- diff --git a/src/cmd/compile/internal/types2/builtins_test.go b/src/cmd/compile/internal/types2/builtins_test.go index 35c38518f6..780d0a15a7 100644 --- a/src/cmd/compile/internal/types2/builtins_test.go +++ b/src/cmd/compile/internal/types2/builtins_test.go @@ -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.