aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKatie Hockman <katie@golang.org>2021-02-18 17:53:07 -0500
committerKatie Hockman <katie@golang.org>2021-02-19 14:10:02 +0000
commit563a6cb17fdfbd20067cfe56cd38608ae3824df9 (patch)
tree9b1664c1e18cf3bb0639cb7e87e5cdeecc5b9cb8 /src
parent84953420fbf8d7ecb86c3521fc585c8c383ac100 (diff)
downloadgo-563a6cb17fdfbd20067cfe56cd38608ae3824df9.tar.xz
[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>
Diffstat (limited to 'src')
-rw-r--r--src/go/build/deps_test.go2
1 files changed, 1 insertions, 1 deletions
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