summaryrefslogtreecommitdiff
path: root/test/interface/convert.go
AgeCommit message (Collapse)AuthorFilesLines
2010-03-30single argument panicRuss Cox1-54/+62
note that sortmain.go has been run through hg gofmt; only the formatting of the day initializers changed. i'm happy to revert that formatting if you'd prefer. stop on error in doc/progs/run R=r CC=golang-dev http://codereview.appspot.com/850041
2009-09-14fix "declared and not used" in tests;Russ Cox1-2/+1
also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622
2009-05-21add test for yesterday's interface rule change (interface/convert1.go).Russ Cox1-0/+140
move interface tests to subdirectory. R=r DELTA=1632 (827 added, 804 deleted, 1 changed) OCL=29181 CL=29191