aboutsummaryrefslogtreecommitdiff
path: root/test/interface/fail.go
AgeCommit message (Expand)Author
2014-10-15cmd/gc: blank methods are not permitted in interface typesChris Manghane
2013-08-19cmd/gc: don't attempt to generate wrappers for blank interface methodsAnthony Martin
2012-02-19test/interface: document testsRob Pike
2012-02-16test: use testlib (fourth 100)Russ Cox
2011-09-26test: silence/coalesce some testsRuss Cox
2010-09-04test: remove semiocolons.Rob Pike
2009-09-14fix "declared and not used" in tests;Russ Cox
2009-08-12delete forward type declarationsRuss Cox
2009-05-21add test for yesterday's interface rule change (interface/convert1.go).Russ Cox