From cecc1dfcba15a06a06a7f3ea79e809e95c166c25 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Mon, 25 Jan 2021 21:37:56 -0800 Subject: [PATCH] [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 --- test/run.go | 1 - 1 file changed, 1 deletion(-) 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 }