summaryrefslogtreecommitdiff
path: root/test/ken/interbasic.go
Commit message (Expand)AuthorAgeFilesLines
* test: document ken/*.goRob Pike2012-02-241-0/+2
* test: use testlib (fourth 100)Russ Cox2012-02-161-1/+1
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-92/+171
* make test/ken safe for optional semisRobert Griesemer2009-12-101-4/+2
* insert type assertions when narrowing.Russ Cox2009-02-111-12/+12
* delete exportRuss Cox2009-01-201-1/+1
* convert tests; nothing interesting.Russ Cox2009-01-161-1/+1
* Don't use a type guard with a type which is not an interface.Ian Lance Taylor2008-11-071-1/+1
* Per discussion earlier today with r and gri: when an interfaceIan Lance Taylor2008-10-241-1/+2
* basic types/interfaces testKen Thompson2008-10-151-0/+104