diff options
Diffstat (limited to 'src/archive')
| -rw-r--r-- | src/archive/zip/reader_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/archive/zip/reader_test.go b/src/archive/zip/reader_test.go index 410b2d037e..cb8a0c2871 100644 --- a/src/archive/zip/reader_test.go +++ b/src/archive/zip/reader_test.go @@ -1213,7 +1213,6 @@ func TestFS(t *testing.T) { []string{"a/b/c"}, }, } { - test := test t.Run(test.file, func(t *testing.T) { t.Parallel() z, err := OpenReader(test.file) @@ -1247,7 +1246,6 @@ func TestFSWalk(t *testing.T) { wantErr: true, }, } { - test := test t.Run(test.file, func(t *testing.T) { t.Parallel() z, err := OpenReader(test.file) |
