summaryrefslogtreecommitdiff
path: root/test/initcomma.go
Commit message (Expand)AuthorAgeFilesLines
* test/initcomma.go: restore what it's supposed to be testingRob Pike2012-02-201-4/+6
* test: use testlib (fourth 100)Russ Cox2012-02-161-1/+1
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-19/+64
* Automated g4 rollback of changelist 25024,Russ Cox2009-03-031-4/+4
* convert composite literals from { } to ( ).Russ Cox2009-02-131-4/+4
* fixed and added more testsKen Thompson2009-01-061-3/+20
* fix some tests. only 3 remain broken (complit, hilbert, initcomma).Rob Pike2008-12-201-1/+1
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-1/+1
* allow trailing comma in braced initialized listRuss Cox2008-10-141-0/+17