summaryrefslogtreecommitdiff
path: root/test/ken/simpvar.go
Commit message (Collapse)AuthorAgeFilesLines
* test: document ken/*.goRob Pike2012-02-241-0/+2
| | | | | | R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5694065
* 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
* make test/ken safe for optional semisRobert Griesemer2009-12-101-2/+1
| | | | | R=rsc, ken2, ken3 https://golang.org/cl/174042
* fix "declared and not used" in tests;Russ Cox2009-09-141-0/+1
| | | | | | | | | also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622
* 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
* add ken's tests.Rob Pike2008-06-061-0/+25
update run to work with multiple directories SVN=121485