From 309de22ff1ccd8ae98717881f7917c664bf56c87 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Sun, 5 Oct 2008 08:34:48 -0700 Subject: bug026 and bug060 are fixed. update. R=rsc DELTA=87 (37 added, 50 deleted, 0 changed) OCL=16498 CL=16507 --- test/map.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/map.go') 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++ { -- cgit v1.2.1