Commit b629687f authored by Russ Cox's avatar Russ Cox

fix build - no netchan tests under NaCl

TBR=r
CC=golang-dev
https://golang.org/cl/1230042
parent 4a3cb1ad
...@@ -162,6 +162,7 @@ NOTEST+=exec # no pipe ...@@ -162,6 +162,7 @@ NOTEST+=exec # no pipe
NOTEST+=http # no network NOTEST+=http # no network
NOTEST+=log # no runtime.Caller NOTEST+=log # no runtime.Caller
NOTEST+=net # no network NOTEST+=net # no network
NOTEST+=netchan # no network
NOTEST+=os # many things unimplemented NOTEST+=os # many things unimplemented
NOTEST+=os/signal # no signals NOTEST+=os/signal # no signals
NOTEST+=path # tree walking does not work NOTEST+=path # tree walking does not work
......
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