]> Cypherpunks.ru repositories - gostls13.git/commitdiff
arm: fix build2, tweak test/nul1.go arm exclusion
authorKai Backman <kaib@golang.org>
Wed, 21 Jul 2010 11:51:03 +0000 (14:51 +0300)
committerKai Backman <kaib@golang.org>
Wed, 21 Jul 2010 11:51:03 +0000 (14:51 +0300)
R=rsc
CC=golang-dev
https://golang.org/cl/1866044

test/nul1.go

index bf637f7eb0c6ad8a7349f580a501146431f56317..1fe7795a6d751a5a1657f618e64dc80fcfc981fd 100644 (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