aboutsummaryrefslogtreecommitdiff
path: root/test/map.go
diff options
context:
space:
mode:
authorAlan Donovan <adonovan@google.com>2014-08-06 17:02:55 -0400
committerAlan Donovan <adonovan@google.com>2014-08-06 17:02:55 -0400
commit161ba662b19ca0ed367883c6d9233fc00c10654f (patch)
treeb9a1dd576ccfcd17275f12951048e0fab93f5f8f /test/map.go
parent5fbcdb26613a819ba693ee3933f6e283e139630b (diff)
downloadgo-161ba662b19ca0ed367883c6d9233fc00c10654f.tar.gz
go-161ba662b19ca0ed367883c6d9233fc00c10654f.zip
test/mapnan.go: add regression test for non-empty interfaces.
LGTM=rsc, khr R=rsc, khr, bradfitz CC=golang-codereviews https://golang.org/cl/126720043
Diffstat (limited to 'test/map.go')
-rw-r--r--test/map.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/map.go b/test/map.go
index 485e743fe4..2c1cf8a140 100644
--- a/test/map.go
+++ b/test/map.go
@@ -5,7 +5,7 @@
// license that can be found in the LICENSE file.
// Test maps, almost exhaustively.
-// NaN complexity test is in mapnan.go.
+// Complexity (linearity) test is in maplinear.go.
package main