summaryrefslogtreecommitdiff
path: root/test/interface5.go
AgeCommit message (Collapse)AuthorFilesLines
2009-05-21add test for yesterday's interface rule change (interface/convert1.go).Russ Cox1-34/+0
move interface tests to subdirectory. R=r DELTA=1632 (827 added, 804 deleted, 1 changed) OCL=29181 CL=29191
2009-05-12describe each interface testRuss Cox1-0/+2
R=r DELTA=20 (20 added, 0 deleted, 0 changed) OCL=28707 CL=28716
2009-02-11insert type assertions when narrowing.Russ Cox1-2/+13
R=r OCL=24349 CL=24913
2009-01-20delete exportRuss Cox1-2/+2
TBR=r OCL=23121 CL=23127
2009-01-16convert tests; nothing interesting.Russ Cox1-2/+2
R=r OCL=23012 CL=23014
2009-01-15Recognize gccgo error messages:Ian Lance Taylor1-2/+2
interface5.go:15:5: error: incompatible types in assignment interface5.go:16:5: error: incompatible types in assignment (Yes, these could be better). R=rsc DELTA=2 (0 added, 0 deleted, 2 changed) OCL=22821 CL=22826
2009-01-08second pass on interface fixes and tests.Russ Cox1-0/+21
R=ken OCL=22370 CL=22372