summaryrefslogtreecommitdiff
path: root/test/intcvt.go
Commit message (Collapse)AuthorAgeFilesLines
* test: commentary for [h-m]*.goRob Pike2012-02-231-0/+2
| | | | | | R=golang-dev, gri CC=golang-dev http://codereview.appspot.com/5674112
* test: use testlib (fourth 100)Russ Cox2012-02-161-1/+1
| | | | | | | | | | | X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A *$;// build;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A && \./\$A\.out *$;// run;g X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5673079
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-122/+162
| | | | | | | | | in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041
* making some more non-gofmt'ed files save for new semicolon ruleRobert Griesemer2009-12-091-2/+1
| | | | | R=rsc, r http://codereview.appspot.com/171051
* integer conversions and test.Russ Cox2009-05-291-0/+140
R=ken OCL=29577 CL=29589