aboutsummaryrefslogtreecommitdiffstats
path: root/prog/alloc_test.go
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2025-02-14 19:01:57 +0100
committerTaras Madan <tarasmadan@google.com>2025-02-17 08:18:57 +0000
commit4121cf9df313ee111c01fde1f255d010c8d941cd (patch)
treedcd0d104c8c35997103297dfb7dc1f0de6b77b8e /prog/alloc_test.go
parent9f05da3db0234203729d2ad179ab5a2f72bf607f (diff)
all: remove loop variables scoping
Diffstat (limited to 'prog/alloc_test.go')
-rw-r--r--prog/alloc_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/prog/alloc_test.go b/prog/alloc_test.go
index 24fef233d..f55997e13 100644
--- a/prog/alloc_test.go
+++ b/prog/alloc_test.go
@@ -62,7 +62,6 @@ func TestMemAlloc(t *testing.T) {
},
}
for ti, test := range tests {
- test := test
t.Run(fmt.Sprint(ti), func(t *testing.T) {
ma := newMemAlloc(16 << 20)
for i, op := range test {