From: Robert Griesemer Date: Tue, 26 Jan 2021 05:37:56 +0000 (-0800) Subject: [dev.typeparams] test: enable excluded test fixedbugs/issue7742.go X-Git-Tag: go1.17beta1~1473^2~65 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=cecc1dfcba;p=gostls13.git [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 Run-TryBot: Robert Griesemer TryBot-Result: Go Bot Reviewed-by: Matthew Dempsky --- diff --git a/test/run.go b/test/run.go index 1b0062da24..a1c68494c3 100644 --- a/test/run.go +++ b/test/run.go @@ -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 }