[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:
Katie Hockman 2021-02-18 17:53:07 -05:00
parent 84953420fb
commit 563a6cb17f
1 changed files with 1 additions and 1 deletions

View File

@ -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