summaryrefslogtreecommitdiff
path: root/test/int_lit.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
* test: remove semiocolons.Rob Pike2010-09-041-3/+3
| | | | | | | | The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev http://codereview.appspot.com/2157041
* fix up some irregular indentationRob Pike2009-08-171-13/+12
| | | | | | R=rsc OCL=33382 CL=33391
* move things out of sys into os and runtimeRuss Cox2009-05-081-1/+3
| | | | | | R=r OCL=28569 CL=28573
* casify, cleanup sysRuss Cox2009-01-161-2/+2
| | | | | | R=r OCL=22978 CL=22984
* 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/+2
| | | | | | | update tests to use exit rather than return ignore return value from main (actually done in prior CL) SVN=125173
* Fix a few testsRob Pike2008-06-081-11/+14
| | | | SVN=121614
* - changed literal syntax to use the convert notationRobert Griesemer2008-05-081-2/+3
| | | | | | | - fixed issued with function declarations/function literals - added more tests and fixed existing tests SVN=118167
* - new directory structureRobert Griesemer2008-03-261-0/+19
SVN=113851