We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5669d82 commit 49ac093Copy full SHA for 49ac093
ihex32/hex_test.go
@@ -27,7 +27,7 @@ func TestParseFromFile(t *testing.T) {
27
}
28
29
30
-func FuzzParseFromFile(f *testing.F) {
+func FuzzParseHex(f *testing.F) {
31
configureLogger()
32
zerolog.SetGlobalLevel(zerolog.WarnLevel)
33
hexPath := "testing/ASAP2_Demo_V171.hex"
0 commit comments