diff options
Diffstat (limited to 'src/path/filepath/path_test.go')
| -rw-r--r-- | src/path/filepath/path_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/path/filepath/path_test.go b/src/path/filepath/path_test.go index efdb3c6035..ad99f70287 100644 --- a/src/path/filepath/path_test.go +++ b/src/path/filepath/path_test.go @@ -936,7 +936,6 @@ func TestWalkSymlinkRoot(t *testing.T) { buggyGOOS: []string{"darwin", "ios"}, // https://go.dev/issue/59586 }, } { - tt := tt t.Run(tt.desc, func(t *testing.T) { var walked []string err := filepath.Walk(tt.root, func(path string, info fs.FileInfo, err error) error { |
