mirror of https://github.com/golang/go.git
[dev.fuzz] go/build: add missing dependencies
The test was broken before, but was fixed in CL 279073, which will be pulled in during our merge. Change-Id: I782c49f223eec5f856e4735a6c883f1464be5a57 Reviewed-on: https://go-review.googlesource.com/c/go/+/293842 Reviewed-by: Jay Conrod <jayconrod@google.com> Trust: Katie Hockman <katie@golang.org>
This commit is contained in:
parent
84953420fb
commit
563a6cb17f
|
|
@ -484,7 +484,7 @@ var depsRules = `
|
|||
FMT, flag, runtime/debug, runtime/trace, internal/sysinfo
|
||||
< testing;
|
||||
|
||||
FMT, crypto/sha256, encoding/json, math/rand
|
||||
FMT, crypto/sha256, encoding/json, go/ast, go/parser, go/token, math/rand
|
||||
< internal/fuzz;
|
||||
|
||||
internal/fuzz, internal/testlog, runtime/pprof, regexp
|
||||
|
|
|
|||
Loading…
Reference in New Issue