summaryrefslogtreecommitdiff
path: root/test/method1.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-1/+4
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+17
2011-09-13Imported Upstream version 60Ondřej Surý1-17/+0
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-2/+2
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-4/+4
2009-08-21Enable these tests. Fix divconst.go and modconst.go toIan Lance Taylor1-3/+2
compile with the current compiler. Adjust expected error message in method1.go to match 6g output. R=rsc DELTA=9 (2 added, 5 deleted, 2 changed) OCL=33674 CL=33682
2009-08-17fix up some irregular indentationRob Pike1-1/+1
R=rsc OCL=33382 CL=33391
2009-01-20delete exportRuss Cox1-1/+1
TBR=r OCL=23121 CL=23127
2009-01-16convert tests; nothing interesting.Russ Cox1-1/+1
R=r OCL=23012 CL=23014
2008-11-11Recognize gccgo error messages. This uses GCCGO_ERROR, whichIan Lance Taylor1-5/+5
is recognized by the gccgo testsuite but is ignored by the errchk script used with 6g. method1.go:7:1: error: redefinition of 'M': parameter types changed method1.go:6:1: note: previous definition of 'M' was here method1.go:10:1: error: redefinition of 'f': parameter types changed method1.go:9:1: note: previous definition of 'f' was here method1.go:13:1: error: redefinition of 'g': parameter names changed method1.go:12:1: note: previous definition of 'g' was here R=rsc DELTA=5 (0 added, 0 deleted, 5 changed) OCL=18962 CL=19058
2008-10-24fix method function type compare bug (again)Russ Cox1-0/+18
R=ken OCL=17819 CL=17819