Commit 199e17ba authored by Kai Backman's avatar Kai Backman

fix build

R=rsc
CC=golang-dev
https://golang.org/cl/1742048
parent 36057e72
// [ $GOOS != nacl ] || exit 0 # NaCl runner elides NUL in output
// [ $GORUN != "a" ] || exit 0 # Android runner gets confused by the NUL output
// [ "$GORUN" != "a" ] || exit 0 # Android runner gets confused by the NUL output
// $G $D/$F.go && $L $F.$A && ./$A.out >tmp.go &&
// errchk $G -e tmp.go
// rm -f tmp.go
......
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