summaryrefslogtreecommitdiff
path: root/test/235.go
AgeCommit message (Expand)AuthorFilesLines
2009-09-14fix "declared and not used" in tests;Russ Cox1-1/+0
2009-05-16Don't bother to import "os" just so that we can callIan Lance Taylor1-3/+0
2009-05-08move things out of sys into os and runtimeRuss Cox1-1/+3
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-3/+3
2009-02-13convert composite literals from { } to ( ).Russ Cox1-3/+3
2009-01-20delete exportRuss Cox1-2/+2
2009-01-16convert tests; nothing interesting.Russ Cox1-2/+2
2009-01-16casify, cleanup sysRuss Cox1-1/+1
2009-01-06new new & makeRuss Cox1-5/+5
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-5/+5
2008-12-18convert *[] to [].Russ Cox1-2/+2
2008-09-16update tests to new communications syntaxRob Pike1-2/+2
2008-09-16fix some broken tests (tests themselves were wrong)Rob Pike1-2/+10
2008-09-12test program to generate multiples of a set of factorsRobert Griesemer1-0/+61