Commit b7aa5614 authored by Kai Backman's avatar Kai Backman

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

R=rsc
CC=golang-dev
https://golang.org/cl/1866044
parent 47b64005
// [ $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
......
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