commit | 7ca406396f33d69fbe922ee9e8d305c61f6d4394 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Sep 19 13:11:24 2011 -0400 |
committer | Russ Cox <rsc@golang.org> | Mon Sep 19 13:11:24 2011 -0400 |
tree | 5fcfa9d00c43848720013c9445b98c2ff98b3b71 | |
parent | 48ff4a849c7c532cbdd0cfa4a0f66859967c65a0 [diff] |
gc: disallow invalid map keys The algtype-based test broke when algtype got a bit more fine-grained, so replace with an explicit check for the invalid key types. R=ken2 CC=golang-dev https://golang.org/cl/5071041