diff options
| author | Russ Cox <rsc@golang.org> | 2011-08-26 15:15:23 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2011-08-26 15:15:23 -0400 |
| commit | 75d337e84b620a403da1353250d4cbced962e43f (patch) | |
| tree | 2b0555e2174f9e46378c8225081630a0694d6c71 /src/pkg/Makefile | |
| parent | 4541fa96b3fbe8e94dd0b8adda11b16ea001b470 (diff) | |
| download | go-75d337e84b620a403da1353250d4cbced962e43f.tar.xz | |
time: fix zone during windows test
Factor out sleep interrupt.
Fixes #1109.
R=alex.brainman, go.peter.90, mattn.jp
CC=golang-dev
https://golang.org/cl/4968041
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 84d5607837..9bd920ea08 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -230,7 +230,6 @@ NOBENCH+=\ ifeq ($(GOOS),windows) NOTEST+=os/signal # no signals NOTEST+=syslog # no network -NOTEST+=time # no syscall.Kill, syscall.SIGCHLD for sleep tests endif TEST=\ |
