aboutsummaryrefslogtreecommitdiff
path: root/test/int_lit.go
AgeCommit message (Collapse)Author
2012-02-23test: commentary for [h-m]*.goRob Pike
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5674112
2012-02-16test: use testlib (fourth 100)Russ Cox
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 https://golang.org/cl/5673079
2010-09-04test: remove semiocolons.Rob Pike
The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev https://golang.org/cl/2157041
2009-08-17fix up some irregular indentationRob Pike
R=rsc OCL=33382 CL=33391
2009-05-08move things out of sys into os and runtimeRuss Cox
R=r OCL=28569 CL=28573
2009-01-16casify, cleanup sysRuss Cox
R=r OCL=22978 CL=22984
2008-08-11fix bug depot:Rob Pike
1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
2008-06-27export sys.exitRob Pike
update tests to use exit rather than return ignore return value from main (actually done in prior CL) SVN=125173
2008-06-08Fix a few testsRob Pike
SVN=121614
2008-05-08- changed literal syntax to use the convert notationRobert Griesemer
- fixed issued with function declarations/function literals - added more tests and fixed existing tests SVN=118167
2008-03-26- new directory structureRobert Griesemer
SVN=113851