]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/types2: enable Alias types for TestStdlib
authorRobert Griesemer <gri@golang.org>
Thu, 30 May 2024 00:35:52 +0000 (17:35 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 30 May 2024 19:18:33 +0000 (19:18 +0000)
commitf1039180bd9613bd23dbf47b240f3801172d2706
tree210705367dfdc12d702239cb4cdf67a1559b9b07
parentc8cb31a36e58f552697735da0d559b977aa639f2
cmd/compile/internal/types2: enable Alias types for TestStdlib

This is expected to eliminate a potential race condition
which is causing a flaky test.

Fixes #67260.

Change-Id: I3fd76047136e2d4659a1c551491e371b67e8a7ce
Reviewed-on: https://go-review.googlesource.com/c/go/+/589236
Auto-Submit: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/types2/stdlib_test.go