aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-08-26 15:15:23 -0400
committerRuss Cox <rsc@golang.org>2011-08-26 15:15:23 -0400
commit75d337e84b620a403da1353250d4cbced962e43f (patch)
tree2b0555e2174f9e46378c8225081630a0694d6c71 /src/pkg/Makefile
parent4541fa96b3fbe8e94dd0b8adda11b16ea001b470 (diff)
downloadgo-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/Makefile1
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=\