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:
parent
45301ba8c0
commit
a1a3acbd95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user