aboutsummaryrefslogtreecommitdiff
path: root/test/initcomma.go
AgeCommit message (Expand)Author
2012-02-20test/initcomma.go: restore what it's supposed to be testingRob Pike
2012-02-16test: use testlib (fourth 100)Russ Cox
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox
2009-02-13convert composite literals from { } to ( ).Russ Cox
2009-01-06fixed and added more testsKen Thompson
2008-12-20fix some tests. only 3 remain broken (complit, hilbert, initcomma).Rob Pike
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-10-14allow trailing comma in braced initialized listRuss Cox