Commit 2f2908be authored by Rob Pike's avatar Rob Pike

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/11291Reviewed-by: 's avatarRob Pike <r@golang.org>
parent d0652e7f
......@@ -30,9 +30,9 @@ const p = "cmd/doc/testdata"
var tests = []test{
// Sanity check.
{
"fmt",
[]string{`fmt`},
[]string{`type Formatter interface`},
"sanity check",
[]string{p},
[]string{`type ExportedType struct`},
nil,
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment