summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug046.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-1/+1
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+15
2011-09-13Imported Upstream version 60Ondřej Surý1-15/+0
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
2009-01-08bug046 and bug080 are fixedRuss Cox1-0/+15
R=r DELTA=72 (30 added, 42 deleted, 0 changed) OCL=22373 CL=22378
2008-10-01With the cleanup of method types, this test case is nowIan Lance Taylor1-15/+0
invalid. The receiver type is not permitted to be a pointer type. Since 6g currently accepts it, this moves the test case back to the bugs directory. R=gri DELTA=22 (11 added, 11 deleted, 0 changed) OCL=16284 CL=16336
2008-08-11update tests.Rob Pike1-0/+15
fixedbugs/bug012.go is broken again but i left it where it is, with the golden file not reflecting the breakage so it will be noticed R=ken,gri OCL=14073 CL=14073