1
0
mirror of https://github.com/golang/go synced 2024-11-11 23:20:24 -07:00

test: fix windows build

TBR=bradfitz
CC=golang-dev
https://golang.org/cl/5124049
This commit is contained in:
Russ Cox 2011-09-27 09:13:00 -04:00
parent 45301ba8c0
commit a1a3acbd95

View File

@ -1,5 +1,5 @@
// [ "$GOOS" = windows ] ||
// $G $D/$F.go && $L $F.$A && ./$A.out
// ([ "$GOOS" = windows ] && echo survived SIGCHLD) ||
// ($G $D/$F.go && $L $F.$A && ./$A.out)
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style