summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug193.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
* delete float, complex - code changesRuss Cox2011-01-191-6/+6
| | | | | | | | | | | also: cmplx -> complex float64(1.0) -> 1.0 float64(1) -> 1.0 R=gri, r, gri1, r2 CC=golang-dev http://codereview.appspot.com/3991043
* address bug193 and add note to spec about it.Russ Cox2009-10-201-0/+16
R=ken OCL=35920 CL=35920