1
0
mirror of https://github.com/golang/go synced 2024-11-22 20:14:40 -07:00

[dev.typeparams] test: enable excluded test fixedbugs/issue7742.go

The test is fine and probably was excluded by mistake.

Change-Id: I98508e603afe01a781ad7c8638830514aa75939c
Reviewed-on: https://go-review.googlesource.com/c/go/+/286732
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
This commit is contained in:
Robert Griesemer 2021-01-25 21:37:56 -08:00
parent e48d7d3b21
commit cecc1dfcba

View File

@ -1985,6 +1985,5 @@ var excluded = map[string]bool{
"fixedbugs/issue7525c.go": true, // types2 reports init cycle error on different line - ok otherwise
"fixedbugs/issue7525d.go": true, // types2 reports init cycle error on different line - ok otherwise
"fixedbugs/issue7525e.go": true, // types2 reports init cycle error on different line - ok otherwise
"fixedbugs/issue7742.go": true, // types2 type-checking doesn't terminate
"fixedbugs/issue7746.go": true, // types2 type-checking doesn't terminate
}