diff options
| author | Taras Madan <tarasmadan@google.com> | 2025-02-14 19:01:57 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2025-02-17 08:18:57 +0000 |
| commit | 4121cf9df313ee111c01fde1f255d010c8d941cd (patch) | |
| tree | dcd0d104c8c35997103297dfb7dc1f0de6b77b8e /tools/syz-declextract | |
| parent | 9f05da3db0234203729d2ad179ab5a2f72bf607f (diff) | |
all: remove loop variables scoping
Diffstat (limited to 'tools/syz-declextract')
| -rw-r--r-- | tools/syz-declextract/declextract_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
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() |
