From 282356bf4fc9686dbabc804be584757112adb37b Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Fri, 27 Jun 2008 17:58:13 -0700 Subject: [PATCH] update: hashmap compiles now SVN=125233 --- test/golden.out | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/test/golden.out b/test/golden.out index 06be28a31d1..bb52205ff35 100644 --- a/test/golden.out +++ b/test/golden.out @@ -13,19 +13,6 @@ BUG: known to succeed incorrectly =========== ./hashmap.go -fncalls -. MOD u(101) l(234) UINT32 -. . CALLINTER u(100) l(234) UINT32 -. . . DOTINTER u(1) l(234) 101({},{}){} -. . . . NAME-key G253 a(1) g(253) l(231) *I{} -. . . . NAME-Hash G0 a(1) l(182) -. . CALLMETH u(100) l(234) UINT32 -. . . DOTMETH u(1) l(234) 101({},{}){} -. . . . NAME-HashMap_capacity G0 a(1) l(208) 101({},{}){} -. . . AS u(1) l(234) -. . . . INDREG a(1) l(234) m G252 *{} -. . . . NAME-m G252 a(1) g(252) l(231) *{} -hashmap.go:71: fatal error: cgen: both sides functions =========== ./helloworld.go hello, world