summaryrefslogtreecommitdiff
path: root/test/stress/maps.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/stress/maps.go')
-rw-r--r--test/stress/maps.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/stress/maps.go b/test/stress/maps.go
index d022e19ad..fc5ab05a2 100644
--- a/test/stress/maps.go
+++ b/test/stress/maps.go
@@ -97,6 +97,8 @@ func (m intMap) Len() int { return len(m) }
func (m intMap) RangeAll() {
for _ = range m {
}
+ for range m {
+ }
}
func stressMaps() {