]> Cypherpunks repositories - gostls13.git/commitdiff
fix build - no netchan tests under NaCl
authorRuss Cox <rsc@golang.org>
Wed, 19 May 2010 06:25:07 +0000 (23:25 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 19 May 2010 06:25:07 +0000 (23:25 -0700)
TBR=r
CC=golang-dev
https://golang.org/cl/1230042

src/pkg/Makefile

index 6458dcd992ba6d9bcbc8032a01cec71ab88c3323..7337951ae5e9123149cd3b2afbf9e728b376659c 100644 (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