Commit a1a3acbd authored by Russ Cox's avatar Russ Cox

test: fix windows build

TBR=bradfitz
CC=golang-dev
https://golang.org/cl/5124049
parent 45301ba8
// [ "$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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment