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

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

index 51ae5fdb73f6e2ce118830003d7f62101f14b3cc..cb21ff1ad3d8308ddd8b49b2c7a7508c3dbfdcf1 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 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.