]> Cypherpunks repositories - gostls13.git/commitdiff
doc/progs/run: go1 prints output; fix test
authorRob Pike <r@golang.org>
Wed, 21 Dec 2011 20:06:20 +0000 (12:06 -0800)
committerRob Pike <r@golang.org>
Wed, 21 Dec 2011 20:06:20 +0000 (12:06 -0800)
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5502060

doc/progs/run

index b4c63f8b3e49ffd1314a22e75aa4bb528fd3bca4..7ceec7466eff648e88dc3cda5bd3874ed2f79276 100755 (executable)
@@ -117,6 +117,6 @@ testit server1 "" ""
 testit eff_bytesize "" "1.00YB 9.09TB"
 testit eff_sequence "" "[-1 2 6 16 44]"
 
-testit go1 "" ""
+testit go1 "" "Christmas is a holiday: true"
 
 rm -f $O.out $O.out.exe *.$O "$TMPFILE"