]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.typeparams] cmd/compile/internal/types: review of typestring_test.go
authorRobert Griesemer <gri@golang.org>
Thu, 18 Feb 2021 05:42:36 +0000 (21:42 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 18 Feb 2021 20:47:32 +0000 (20:47 +0000)
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 <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/typestring_test.go

index f1f7e34bf85f29c200d61f38d60a99de83b57718..97a4fdf73de7e1f697dd8beeb78b26839a704ac5 100644 (file)
@@ -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.