aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug118.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-08-17fix up some irregular indentationRob Pike
R=rsc OCL=33382 CL=33391
2009-01-20delete exportRuss Cox
TBR=r OCL=23121 CL=23127
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-11-10update testsRob Pike
R=gri DELTA=28 (12 added, 14 deleted, 2 changed) OCL=18923 CL=18923