]> Cypherpunks repositories - gostls13.git/commit
cmd/doc: fix test on nacl
authorRob Pike <r@golang.org>
Fri, 19 Jun 2015 22:12:10 +0000 (08:12 +1000)
committerRob Pike <r@golang.org>
Fri, 19 Jun 2015 22:13:20 +0000 (22:13 +0000)
commit2f2908bec31a5fa8b5031b362006baef020b9819
tree89b4789df8de8297af6bf550712bb85096aebbb6
parentd0652e7f82da12e84fb143c4ad6c19e39f238f05
cmd/doc: fix test on nacl

nacl is really giving a hard time. avoid all external dependencies in the test.
Worked with trybots, failed in the build. No explanation, but this should fix it.

TBR=rsc

Change-Id: Icb644286dbce88f17ee3d96ad90efba34a80a92d
Reviewed-on: https://go-review.googlesource.com/11291
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/doc/doc_test.go