1
0
mirror of https://github.com/golang/go synced 2024-11-21 19:34:46 -07:00

fix build - no netchan tests under NaCl

TBR=r
CC=golang-dev
https://golang.org/cl/1230042
This commit is contained in:
Russ Cox 2010-05-18 23:25:07 -07:00
parent 4a3cb1ad2f
commit b629687f79

View File

@ -162,6 +162,7 @@ NOTEST+=exec # no pipe
NOTEST+=http # no network
NOTEST+=log # no runtime.Caller
NOTEST+=net # no network
NOTEST+=netchan # no network
NOTEST+=os # many things unimplemented
NOTEST+=os/signal # no signals
NOTEST+=path # tree walking does not work