aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/types2/errors_test.go
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2021-02-10 17:59:13 -0800
committerRobert Griesemer <gri@golang.org>2021-02-12 22:19:50 +0000
commit042f88fe300be0ee9669fb4f9c119b4044a2789f (patch)
tree7563da9e954cbfc50883d041b23a416fe48d8d07 /src/cmd/compile/internal/types2/errors_test.go
parent0abd7b768b31c0074a10b944067f71f412773328 (diff)
downloadgo-042f88fe300be0ee9669fb4f9c119b4044a2789f.tar.gz
go-042f88fe300be0ee9669fb4f9c119b4044a2789f.zip
[dev.typeparams] cmd/compile/internal/types: review of errors_test.go
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>
Diffstat (limited to 'src/cmd/compile/internal/types2/errors_test.go')
-rw-r--r--src/cmd/compile/internal/types2/errors_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/types2/errors_test.go b/src/cmd/compile/internal/types2/errors_test.go
index 51ae5fdb73..cb21ff1ad3 100644
--- a/src/cmd/compile/internal/types2/errors_test.go
+++ b/src/cmd/compile/internal/types2/errors_test.go
@@ -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.