summaryrefslogtreecommitdiff
path: root/test/ken/simparray.go
Commit message (Collapse)AuthorAgeFilesLines
* test: document ken/*.goRob Pike2012-02-241-0/+2
| | | | | | R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/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 http://codereview.appspot.com/5673079
* make test/ken safe for optional semisRobert Griesemer2009-12-101-2/+1
| | | | | R=rsc, ken2, ken3 http://codereview.appspot.com/174042
* 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
* typesKen Thompson2008-10-291-8/+8
| | | | | | R=r OCL=18034 CL=18034
* fix bug depot:Rob Pike2008-08-111-3/+3
| | | | | | | | | 1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
* remove receclarations from testsKen Thompson2008-06-211-9/+9
| | | | | | that are supposed to succeed SVN=124018
* add ken's tests.Rob Pike2008-06-061-0/+49
update run to work with multiple directories SVN=121485