1
0
mirror of https://github.com/golang/go synced 2024-11-21 15:14:43 -07:00

arm: fix build2, tweak test/nul1.go arm exclusion

R=rsc
CC=golang-dev
https://golang.org/cl/1866044
This commit is contained in:
Kai Backman 2010-07-21 14:51:03 +03:00
parent 47b6400556
commit b7aa561473

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" == "" ] || 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