]> Cypherpunks repositories - gostls13.git/commitdiff
pkg/path: enable tests on Windows
authorAlex Brainman <alex.brainman@gmail.com>
Wed, 6 Apr 2011 06:45:20 +0000 (16:45 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Wed, 6 Apr 2011 06:45:20 +0000 (16:45 +1000)
Fixes #1107.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/4374041

src/pkg/Makefile

index ed69ed88d497750137ba7a0f20b900bda4ab2feb..4171c2fd652beaed7e0eeee33556fc1169bc6ac5 100644 (file)
@@ -209,7 +209,6 @@ endif
 # Disable tests that windows cannot run yet.
 ifeq ($(GOOS),windows)
 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
 endif