From 4121cf9df313ee111c01fde1f255d010c8d941cd Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Fri, 14 Feb 2025 19:01:57 +0100 Subject: all: remove loop variables scoping --- prog/alloc_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'prog/alloc_test.go') 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 { -- cgit mrf-deployment