summaryrefslogtreecommitdiff
path: root/test/func.go
Commit message (Collapse)AuthorAgeFilesLines
* test: explanatory comments [c-g]*Rob Pike2012-02-191-0/+1
| | | | | | R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5656103
* 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 float, complex - code changesRuss Cox2011-01-191-7/+7
| | | | | | | | | | | also: cmplx -> complex float64(1.0) -> 1.0 float64(1) -> 1.0 R=gri, r, gri1, r2 CC=golang-dev http://codereview.appspot.com/3991043
* test: remove semiocolons.Rob Pike2010-09-041-37/+37
| | | | | | | | The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev http://codereview.appspot.com/2157041
* delete exportRuss Cox2009-01-201-1/+1
| | | | | | TBR=r OCL=23121 CL=23127
* convert tests; nothing interesting.Russ Cox2009-01-161-1/+1
| | | | | | R=r OCL=23012 CL=23014
* new new & makeRuss Cox2009-01-061-1/+1
| | | | | | R=r OCL=22166 CL=22166
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-1/+1
| | | | | | | | fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
* fix bug depot:Rob Pike2008-08-111-2/+2
| | | | | | | | | 1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
* test update. also remove two duplicatesRob Pike2008-07-081-22/+14
| | | | SVN=126336
* - fixed a few tests and added 3 incorrectly succeeding testsRobert Griesemer2008-06-061-2/+2
| | | | | | | | - updated go_lang.txt to be more uniform and match the implementation - made makehtml work on Mac - fixed a couple of bugs in go.atg SVN=121520
* lots of new testsRob Pike2008-06-061-0/+97
SVN=121464