aboutsummaryrefslogtreecommitdiffstats
path: root/prog/alloc_test.go
diff options
context:
space:
mode:
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 {