summaryrefslogtreecommitdiff
path: root/test/cmp5.go
AgeCommit message (Collapse)AuthorFilesLines
2009-07-03maps have == so maps should work as map keys.Russ Cox1-1/+1
fix tests of bad map keys to use slices instead. R=r DELTA=7 (0 added, 1 deleted, 6 changed) OCL=31123 CL=31145
2009-01-26implement new restrictions on whatRuss Cox1-0/+15
can be compared/hashed. R=r DELTA=351 (201 added, 80 deleted, 70 changed) OCL=23423 CL=23481