aboutsummaryrefslogtreecommitdiff
path: root/test/ken/embed.go
AgeCommit message (Expand)Author
2016-04-03all: fix spelling mistakesEric Engestrom
2012-02-24test: document ken/*.goRob Pike
2012-02-16test: use testlib (fourth 100)Russ Cox
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike
2009-12-10make test/ken safe for optional semisRobert Griesemer
2009-09-28disallow interface { x, y() }Russ Cox
2009-02-11insert type assertions when narrowing.Russ Cox
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-10-25testKen Thompson