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/fixedbugs/bug098.go b/test/fixedbugs/bug098.go index 7c20d92..8e790a7 100644 --- a/test/fixedbugs/bug098.go +++ b/test/fixedbugs/bug098.go
@@ -6,8 +6,8 @@ package main -export type A []int; -export type M map[int] int; +type A []int; +type M map[int] int; func main() { var a *A = &A{0};