aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug071.go
AgeCommit message (Collapse)Author
2012-02-18test: use testlib (another bunch).Rémy Oudompheng
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 https://golang.org/cl/5656099
2012-02-03test: don't use package main for files without a main functionBrad Fitzpatrick
Part of issue 2833, but works fine with current test runner. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5606056
2009-09-14fix "declared and not used" in tests;Russ Cox
also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
2008-07-18- added 2 bugs testsRobert Griesemer
SVN=128056