aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug027.go
AgeCommit message (Expand)Author
2012-02-16test: use testlib (first 100)Russ Cox
2012-01-18test: change several tests to not printIan Lance Taylor
2012-01-18test: gofmt a few testsIan Lance Taylor
2009-02-11insert type assertions when narrowing.Russ Cox
2009-01-20delete exportRuss Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2009-01-06new new & makeRuss Cox
2009-01-05clean up some testsRob Pike
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-12-18convert *[] to [].Russ Cox
2008-09-03update testsRob Pike