]> Cypherpunks repositories - gostls13.git/commitdiff
websocket: enable tests on windows
authorAlex Brainman <alex.brainman@gmail.com>
Tue, 5 Oct 2010 00:02:15 +0000 (11:02 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Tue, 5 Oct 2010 00:02:15 +0000 (11:02 +1100)
Fixes #1110.

R=golang-dev, adg
CC=Joe Poirier, golang-dev
https://golang.org/cl/2367041

src/pkg/Makefile

index 5bec3ce90166012eb549abdf4ce83413619b3b7b..cc8279a1f91e44d820858b2ab6b3cdc858056631 100644 (file)
@@ -197,7 +197,6 @@ NOTEST+=os/signal    # no signals
 NOTEST+=path         # tree walking does not work
 NOTEST+=syslog       # no network
 NOTEST+=time         # no syscall.Kill, syscall.SIGCHLD for sleep tests
-NOTEST+=websocket    # no network
 endif
 
 ifeq ($(GOARCH),arm)