aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-declextract/declextract_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tools/syz-declextract/declextract_test.go')
-rw-r--r--tools/syz-declextract/declextract_test.go1
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()