commit | 839a68469b6f8bf40620a7977041e089bbd0eba3 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Jan 20 14:40:40 2009 -0800 |
committer | Russ Cox <rsc@golang.org> | Tue Jan 20 14:40:40 2009 -0800 |
tree | f8305b165ee5ff41e9ef2b0f76e26f7ab3ece269 | |
parent | 0183baaf449338f54727814d079c0254c18226f9 [diff] [blame] |
delete export TBR=r OCL=23121 CL=23127
diff --git a/test/map.go b/test/map.go index 18a401c..51c6fe5 100644 --- a/test/map.go +++ b/test/map.go
@@ -13,7 +13,7 @@ const arraylen = 2; // BUG: shouldn't need this -export func P(a []string) string { +func P(a []string) string { s := "{"; for i := 0; i < len(a); i++ { if i > 0 {