summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug072.go
Commit message (Collapse)AuthorAgeFilesLines
* test: use testlib (second 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 CC=golang-dev http://codereview.appspot.com/5673078
* use errchk in more places.Russ Cox2009-07-301-1/+1
| | | | | | | | | | let errchk exit 0 even if it has reported a BUG. it echoed BUG and that's all that matters. R=r DELTA=143 (1 added, 89 deleted, 53 changed) OCL=32533 CL=32542
* update testsRob Pike2008-09-031-0/+11
add commands to two new ken tests R=gri OCL=14751 CL=14751