summaryrefslogtreecommitdiff
path: root/test/test0.go
AgeCommit message (Collapse)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-17/+23
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-32/+32
2009-09-14fix "declared and not used" in tests;Russ Cox1-0/+2
also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622
2009-08-17fix up some irregular indentationRob Pike1-46/+46
R=rsc OCL=33382 CL=33391
2009-01-20delete exportRuss Cox1-1/+1
TBR=r OCL=23121 CL=23127
2009-01-16convert tests; nothing interesting.Russ Cox1-1/+1
R=r OCL=23012 CL=23014
2009-01-06new new & makeRuss Cox1-1/+1
R=r OCL=22166 CL=22166
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-2/+2
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
2008-07-07test cleanupRob Pike1-3/+7
SVN=126120
2008-06-06first cut at test suiteRob Pike1-9/+7
SVN=121454
2008-05-08- changed literal syntax to use the convert notationRobert Griesemer1-1/+2
- fixed issued with function declarations/function literals - added more tests and fixed existing tests SVN=118167
2008-03-26- new directory structureRobert Griesemer1-0/+81
SVN=113851