fix build

R=rsc
CC=golang-dev
https://golang.org/cl/1742048
This commit is contained in:
Kai Backman 2010-07-20 16:20:35 +03:00
parent 36057e721e
commit 199e17ba1f

View file

@ -1,5 +1,5 @@
// [ $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