aboutsummaryrefslogtreecommitdiff
path: root/test/codegen
diff options
context:
space:
mode:
authorKeith Randall <khr@golang.org>2025-01-13 16:21:29 -0800
committerGopher Robot <gobot@golang.org>2025-01-14 09:55:06 -0800
commitc5e205e928bd4b70c90698b5ca1dd583a8036864 (patch)
tree508a6e01600f4d6469af605aba4b1bc976c94d10 /test/codegen
parentbefc43655b6d93f0be883222fbb3fde5768892c1 (diff)
downloadgo-c5e205e928bd4b70c90698b5ca1dd583a8036864.tar.xz
internal/runtime/maps: re-enable some tests
Re-enable tests for stack-allocated maps and fast map accessors. Those are implemented now. Update #54766 Change-Id: I8c019702bd9fb077b2fe3f7c78e8e9e10d2263a6 Reviewed-on: https://go-review.googlesource.com/c/go/+/642376 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Michael Pratt <mpratt@google.com> Auto-Submit: Keith Randall <khr@golang.org>
Diffstat (limited to 'test/codegen')
-rw-r--r--test/codegen/maps.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/codegen/maps.go b/test/codegen/maps.go
index d7cf6534ad..25505799e9 100644
--- a/test/codegen/maps.go
+++ b/test/codegen/maps.go
@@ -4,11 +4,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// TODO(#54766): Temporarily disable for swissmap, which have fast variants
-// disabled. This test expects fast variants.
-//
-//go:build !goexperiment.swissmap
-
package codegen
// This file contains code generation tests related to the handling of