summaryrefslogtreecommitdiff
path: root/test/interface11.go
AgeCommit message (Collapse)AuthorFilesLines
2009-05-21add test for yesterday's interface rule change (interface/convert1.go).Russ Cox1-140/+0
move interface tests to subdirectory. R=r DELTA=1632 (827 added, 804 deleted, 1 changed) OCL=29181 CL=29191
2009-05-12update reflect for upcoming interface representation change.Russ Cox1-0/+140
test case for new change. both work with the current compiler too. R=r DELTA=150 (145 added, 2 deleted, 3 changed) OCL=28703 CL=28715