go.mod: github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0

5330a85ea6...8075edf89b

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2023-07-23 02:57:58 +09:00
parent da27408854
commit bc96b9039a
33 changed files with 688 additions and 2737 deletions

View File

@@ -29,7 +29,7 @@ func RunTests(matchString func(pat, str string) (bool, error), tests []testing.I
}
func Short() bool {
panic(unsupportedApi("testing.Short"))
return false
}
func Verbose() bool {
@@ -39,4 +39,4 @@ func Verbose() bool {
type M struct {}
func (m *M) Run() (code int) {
panic("testing.M is not support in libFuzzer Mode")
}
}