diff options
| author | Keith Randall <khr@golang.org> | 2026-03-27 16:42:41 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2026-03-31 11:01:16 -0700 |
| commit | d5b6d583c16f60e4a2f80f8b0fe78abab503f84c (patch) | |
| tree | b2000af6a1ba82ea647f23d22812d9c329b61fb5 /test/codegen/maps.go | |
| parent | d6492e284b61c8be4bfce5ee0ca907f4df5deb72 (diff) | |
| download | go-d5b6d583c16f60e4a2f80f8b0fe78abab503f84c.tar.xz | |
test/codegen: replace commas with spaces between regexps
Change-Id: Ia7a955833d761e08c1b8081fb29a2e6317de004c
Reviewed-on: https://go-review.googlesource.com/c/go/+/760681
Auto-Submit: Keith Randall <khr@google.com>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
Reviewed-by: Paul Murphy <paumurph@redhat.com>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'test/codegen/maps.go')
| -rw-r--r-- | test/codegen/maps.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/codegen/maps.go b/test/codegen/maps.go index 48438eb90c..c7593e00a5 100644 --- a/test/codegen/maps.go +++ b/test/codegen/maps.go @@ -54,7 +54,7 @@ func AccessStringStruct2(m map[string]Struct, k string) bool { } func AccessIntArrayLarge2(m map[int][512]int, k int) bool { - // amd64:-"REP",-"MOVSQ" + // amd64:-"REP" -"MOVSQ" _, ok := m[k] return ok } |
