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:
parent
47b6400556
commit
b7aa561473
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user