1
0
mirror of https://github.com/golang/go synced 2024-11-22 02:14:40 -07:00

undo CL 10017045 / 6ec8c49421a0

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
This commit is contained in:
Brad Fitzpatrick 2013-06-04 21:51:22 -07:00
parent 5567592c07
commit 63a707e354

View File

@ -1,4 +1,4 @@
// +build !windows !plan9
// +build !windows
// cmpout
// Copyright 2009 The Go Authors. All rights reserved.