summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug170.go
AgeCommit message (Collapse)AuthorFilesLines
2009-08-03more 6g reorg; checkpoint.Russ Cox1-3/+4
typecheck.c is now responsible for all type checking except for assignment and function argument "..." R=ken OCL=32661 CL=32667
2009-07-27bug170; fix test for bug175Russ Cox1-0/+13
R=ken OCL=32255 CL=32255