summaryrefslogtreecommitdiff
path: root/test/235.go
Commit message (Expand)AuthorAgeFilesLines
* test: [a-c]: add introductory comments to testsRob Pike2012-02-191-0/+3
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* single argument panicRuss Cox2010-03-301-22/+27
* fix "declared and not used" in tests;Russ Cox2009-09-141-1/+0
* Don't bother to import "os" just so that we can callIan Lance Taylor2009-05-161-3/+0
* move things out of sys into os and runtimeRuss Cox2009-05-081-1/+3
* Automated g4 rollback of changelist 25024,Russ Cox2009-03-031-3/+3
* convert composite literals from { } to ( ).Russ Cox2009-02-131-3/+3
* delete exportRuss Cox2009-01-201-2/+2
* convert tests; nothing interesting.Russ Cox2009-01-161-2/+2
* casify, cleanup sysRuss Cox2009-01-161-1/+1
* new new & makeRuss Cox2009-01-061-5/+5
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-5/+5
* convert *[] to [].Russ Cox2008-12-181-2/+2
* update tests to new communications syntaxRob Pike2008-09-161-2/+2
* fix some broken tests (tests themselves were wrong)Rob Pike2008-09-161-2/+10
* test program to generate multiples of a set of factorsRobert Griesemer2008-09-121-0/+61