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 --- tools/syz-declextract/declextract_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/syz-declextract') diff --git a/tools/syz-declextract/declextract_test.go b/tools/syz-declextract/declextract_test.go index 222a96970..22d6dba35 100644 --- a/tools/syz-declextract/declextract_test.go +++ b/tools/syz-declextract/declextract_test.go @@ -132,7 +132,6 @@ func testEachFile(t *testing.T, fn func(t *testing.T, cfg *clangtool.Config, fil t.Fatal("found no source files") } for _, file := range files { - file := file t.Run(filepath.Base(file), func(t *testing.T) { t.Parallel() buildDir := t.TempDir() -- cgit mrf-deployment