From 75d337e84b620a403da1353250d4cbced962e43f Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 26 Aug 2011 15:15:23 -0400 Subject: 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 --- src/pkg/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pkg/Makefile') 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=\ -- cgit v1.3-5-g9baa