summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug141.go
Commit message (Collapse)AuthorAgeFilesLines
* test: use testlib (another bunch).R?my Oudompheng2012-02-181-1/+1
| | | | | | | | | | | Apply sed with: 1s,^// $G $D/$F.go && $L $F.$A && ./$A.out || echo.*,// run, 1s,^// $G $D/$F.go || echo.*,// compile, R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5656099
* gc: detect type switch variable not used cases.Luuk van Dijk2011-11-041-1/+1
| | | | | | | | | Fixes issue 873 Fixes issue 2162 R=rsc CC=golang-dev http://codereview.appspot.com/5341043
* move things out of sys into os and runtimeRuss Cox2009-05-081-1/+3
| | | | | | R=r OCL=28569 CL=28573
* bug141 is fixedRob Pike2009-03-221-0/+30
R=ken DELTA=56 (26 added, 30 deleted, 0 changed) OCL=26628 CL=26628