diff options
Diffstat (limited to 'test/map.go')
-rw-r--r-- | test/map.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/map.go b/test/map.go index 485e743fe..2c1cf8a14 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 |