From 63a707e35424dfa0e4d1dffb8b22099a8d54c9f2 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 4 Jun 2013 21:51:22 -0700 Subject: [PATCH] undo CL 10017045 / 6ec8c49421a0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It was never tested and also breaks Windows. run.go doesn't yet support the proper !windows,!plan9 syntax. ««« original CL description test: do not run SIGCHLD test on Plan 9 R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/10017045 »»» R=golang-dev, dave CC=golang-dev https://golang.org/cl/10024044 --- test/sigchld.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sigchld.go b/test/sigchld.go index 9024f39956..a60d28deaa 100644 --- a/test/sigchld.go +++ b/test/sigchld.go @@ -1,4 +1,4 @@ -// +build !windows !plan9 +// +build !windows // cmpout // Copyright 2009 The Go Authors. All rights reserved. -- 2.48.1