summaryrefslogtreecommitdiff
path: root/test/func3.go
Commit message (Collapse)AuthorAgeFilesLines
* test: explanatory comments [c-g]*Rob Pike2012-02-191-0/+3
| | | | | | R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/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 https://golang.org/cl/5673079
* test: remove semiocolons.Rob Pike2010-09-041-7/+7
| | | | | | | | The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev https://golang.org/cl/2157041
* change in spec results in non-errorRob Pike2008-10-061-1/+1
| | | | | | | R=gri DELTA=4 (0 added, 3 deleted, 1 changed) OCL=16565 CL=16579
* tests of new func arg codeRuss Cox2008-09-301-0/+17
R=r DELTA=41 (41 added, 0 deleted, 0 changed) OCL=16212 CL=16223