summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2011-12-21 12:06:20 -0800
committerRob Pike <r@golang.org>2011-12-21 12:06:20 -0800
commited390954d07e3f3597c90cd4648c8f9aa1e8ab15 (patch)
treed2c345d603825638530a059ae1d22754f9c6af26
parent97d94cddd425d5aa0febdd1eb56b95646b56846f (diff)
downloadgo-ed390954d07e3f3597c90cd4648c8f9aa1e8ab15.tar.gz
doc/progs/run: go1 prints output; fix test
R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/5502060
-rwxr-xr-xdoc/progs/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/progs/run b/doc/progs/run
index b4c63f8b3..7ceec7466 100755
--- a/doc/progs/run
+++ b/doc/progs/run
@@ -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"