summaryrefslogtreecommitdiff
path: root/test/printbig.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/[n-r]*.go: add documentationRob Pike2012-02-241-0/+2
| | | | | | | | The rename ones needed redoing. R=golang-dev, bradfitz, rsc CC=golang-dev http://codereview.appspot.com/5698054
* 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 printing of -(1<<63)Russ Cox2008-09-171-0/+12
R=r OCL=15441 CL=15445