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 --- pkg/report/linux_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/report') diff --git a/pkg/report/linux_test.go b/pkg/report/linux_test.go index bb19ed6bf..7e5c028ef 100644 --- a/pkg/report/linux_test.go +++ b/pkg/report/linux_test.go @@ -430,7 +430,6 @@ func TestParseLinuxOpcodes(t *testing.T) { } for idx, test := range tests { - test := test // Capturing the value. t.Run(fmt.Sprintf("%s/%v", test.arch, idx), func(t *testing.T) { t.Parallel() _, linuxReporter := prepareLinuxReporter(t, test.arch) -- cgit mrf-deployment