aboutsummaryrefslogtreecommitdiff
path: root/test/235.go
AgeCommit message (Expand)Author
2012-02-19test: [a-c]: add introductory comments to testsRob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2010-03-30single argument panicRuss Cox
2009-09-14fix "declared and not used" in tests;Russ Cox
2009-05-16Don't bother to import "os" just so that we can callIan Lance Taylor
2009-05-08move things out of sys into os and runtimeRuss Cox
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox
2009-02-13convert composite literals from { } to ( ).Russ Cox
2009-01-20delete exportRuss Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2009-01-16casify, cleanup sysRuss Cox
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-18convert *[] to [].Russ Cox
2008-09-16update tests to new communications syntaxRob Pike
2008-09-16fix some broken tests (tests themselves were wrong)Rob Pike
2008-09-12test program to generate multiples of a set of factorsRobert Griesemer