summaryrefslogtreecommitdiff
path: root/test/helloworld.go
Commit message (Collapse)AuthorAgeFilesLines
* test: add cmpout to testlibBrad Fitzpatrick2012-02-241-1/+1
| | | | | | R=golang-dev, r CC=golang-dev http://codereview.appspot.com/5699060
* test: commentary for [h-m]*.goRob Pike2012-02-231-0/+2
| | | | | | R=golang-dev, gri CC=golang-dev http://codereview.appspot.com/5674112
* test: split golden.out into expected output per testIan Lance Taylor2012-01-181-1/+1
| | | | | | | | This will permit gccgo to check test output. R=golang-dev, r CC=golang-dev http://codereview.appspot.com/5554056
* test: remove semiocolons.Rob Pike2010-09-041-1/+1
| | | | | | | | The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev http://codereview.appspot.com/2157041
* fix bug depot:Rob Pike2008-08-111-1/+1
| | | | | | | | | 1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
* export sys.exitRob Pike2008-06-271-2/+1
| | | | | | | update tests to use exit rather than return ignore return value from main (actually done in prior CL) SVN=125173
* lots of new testsRob Pike2008-06-061-0/+12
SVN=121464