summaryrefslogtreecommitdiff
path: root/test/import.go
Commit message (Collapse)AuthorAgeFilesLines
* test: commentary for [h-m]*.goRob Pike2012-02-231-2/+2
| | | | | | R=golang-dev, gri CC=golang-dev http://codereview.appspot.com/5674112
* 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
* test: error-related fixesRuss Cox2011-10-271-4/+3
| | | | | | R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5328051
* test: remove semiocolons.Rob Pike2010-09-041-4/+4
| | | | | | | | The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev http://codereview.appspot.com/2157041
* implications of stricter type equality:Russ Cox2009-05-081-0/+25
if both types are named, they must be the same type (arising from the same declaration). R=r,gri DELTA=44 (21 added, 4 deleted, 19 changed) OCL=28436 CL=28577