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 {