summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug338.go
Commit message (Collapse)AuthorAgeFilesLines
* test: use testlib (third 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/5656083
* gc: fix unsafe.SizeofRuss Cox2011-05-101-0/+22
Fixes issue 1608. Fixes issue 1787. R=ken2 CC=golang-dev http://codereview.appspot.com/4530045