aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug069.go
AgeCommit message (Expand)Author
2012-02-16test: use testlib (second 100)Russ Cox
2011-03-22test: enable tests using v, ok := <-ch syntaxRobert Hencke
2011-01-31replace non-blocking send, receive syntax with selectRuss Cox
2009-09-14fix "declared and not used" in tests;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-07-17update testsRob Pike