aboutsummaryrefslogtreecommitdiff
path: root/test/method1.go
AgeCommit message (Expand)Author
2022-09-27cmd/compile: use "method T.m already declared" for method redeclaration errorsRobert Griesemer
2016-03-17cmd/compile: ignore receiver parameters in EqtypeMatthew Dempsky
2012-02-23test: commentary for [h-m]*.goRob Pike
2012-02-16test: use testlib (final 61)Russ Cox
2011-01-21test: s/float/float64/Ian Lance Taylor
2010-09-04test: remove semiocolons.Rob Pike
2009-08-21Enable these tests. Fix divconst.go and modconst.go toIan Lance Taylor
2009-08-17fix up some irregular indentationRob Pike
2009-01-20delete exportRuss Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2008-11-11Recognize gccgo error messages. This uses GCCGO_ERROR, whichIan Lance Taylor
2008-10-24fix method function type compare bug (again)Russ Cox