summaryrefslogtreecommitdiff
path: root/test/map.go
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-10-05 08:34:48 -0700
committerRob Pike <r@golang.org>2008-10-05 08:34:48 -0700
commit309de22ff1ccd8ae98717881f7917c664bf56c87 (patch)
tree1e83d4677cb9ff2468a7bb518135c2cc336f8838 /test/map.go
parentb6d138f2db42505bf4ae585108f54b6c00b4d987 (diff)
downloadgo-309de22ff1ccd8ae98717881f7917c664bf56c87.tar.gz
bug026 and bug060 are fixed. update.
R=rsc DELTA=87 (37 added, 50 deleted, 0 changed) OCL=16498 CL=16507
Diffstat (limited to 'test/map.go')
-rw-r--r--test/map.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/map.go b/test/map.go
index 33658bae0..c913fc690 100644
--- a/test/map.go
+++ b/test/map.go
@@ -412,8 +412,6 @@ func main() {
}
}
- print("skipping increment test until bug060 is fixed\n");
- return;
// tests for structured map element updates
for i := 0; i < count; i++ {