aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug026.go
AgeCommit message (Expand)Author
2012-02-16test: use testlib (first 100)Russ Cox
2009-01-20delete exportRuss Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-10-06Change old-style export declaration to new style export ofIan Lance Taylor
2008-10-05bug026 and bug060 are fixed. update.Rob Pike