aboutsummaryrefslogtreecommitdiff
path: root/test/ken/intervar.go
AgeCommit message (Expand)Author
2012-02-24test: document ken/*.goRob Pike
2012-02-16test: use testlib (fourth 100)Russ Cox
2012-01-18test: split golden.out into expected output per testIan Lance Taylor
2009-12-10make test/ken safe for optional semisRobert Griesemer
2009-01-20delete exportRuss Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-09-05T{} syntax for constructorsKen Thompson
2008-08-11fix bug depot:Rob Pike
2008-06-06add ken's tests.Rob Pike