From: Katie Hockman Date: Thu, 18 Feb 2021 22:53:07 +0000 (-0500) Subject: [dev.fuzz] go/build: add missing dependencies X-Git-Tag: go1.18beta1~1282^2~91 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=563a6cb17fdfbd20067cfe56cd38608ae3824df9;p=gostls13.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 Trust: Katie Hockman --- diff --git a/src/go/build/deps_test.go b/src/go/build/deps_test.go index 8542e52049..16ca675f8c 100644 --- a/src/go/build/deps_test.go +++ b/src/go/build/deps_test.go @@ -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