Skip to content

Commit

Permalink
Fuzz tests files were renamed
Browse files Browse the repository at this point in the history
Renaming from x_fuzz_test.go to fuzz_test.go
  • Loading branch information
viktoriia-lsg committed Sep 26, 2023
1 parent b4a97aa commit fd889b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion huff0/huff0_fuzz_test.go → huff0/fuzz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"bytes"
"fmt"
"testing"

"github.com/klauspost/compress/internal/fuzz"
)

Expand Down Expand Up @@ -86,4 +87,4 @@ func FuzzDecompress1x(f *testing.F) {
return
}
})
}
}

0 comments on commit fd889b2

Please sign in to comment.