From: Robert Griesemer Date: Thu, 18 Feb 2021 05:42:36 +0000 (-0800) Subject: [dev.typeparams] cmd/compile/internal/types: review of typestring_test.go X-Git-Tag: go1.17beta1~1473^2~10 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6f3878b942ab0395ede1bd0644c4e778adfcf908;p=gostls13.git [dev.typeparams] cmd/compile/internal/types: review of typestring_test.go The changes between (equivalent, and reviewed) go/types/typestring_test.go and typestring_test.go can be seen by comparing patchset 1 and 2. The actual change is just removing the "// UNREVIEWED" marker. Change-Id: I66150c0ab738763d2d8b94483ef8314cbe28a374 Reviewed-on: https://go-review.googlesource.com/c/go/+/293473 Trust: Robert Griesemer Reviewed-by: Robert Findley --- diff --git a/src/cmd/compile/internal/types2/typestring_test.go b/src/cmd/compile/internal/types2/typestring_test.go index f1f7e34bf8..97a4fdf73d 100644 --- a/src/cmd/compile/internal/types2/typestring_test.go +++ b/src/cmd/compile/internal/types2/typestring_test.go @@ -1,4 +1,3 @@ -// UNREVIEWED // Copyright 2012 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.