diff options
| author | Alex Brainman <alex.brainman@gmail.com> | 2011-04-06 16:45:20 +1000 |
|---|---|---|
| committer | Alex Brainman <alex.brainman@gmail.com> | 2011-04-06 16:45:20 +1000 |
| commit | 7f7371e95b181dd412182fd6dfc01a44749a2d21 (patch) | |
| tree | c3e62e40e0e06ce466a5c7847b458e3c4392cb9d /src/pkg/Makefile | |
| parent | b44dbff8c8ba9296ca567af08ab5319429d56332 (diff) | |
| download | go-7f7371e95b181dd412182fd6dfc01a44749a2d21.tar.xz | |
pkg/path: enable tests on Windows
Fixes #1107.
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/4374041
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index ed69ed88d4..4171c2fd65 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -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 |
