aboutsummaryrefslogtreecommitdiff
path: root/test/method1.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-01-20 14:40:40 -0800
committerRuss Cox <rsc@golang.org>2009-01-20 14:40:40 -0800
commit839a68469b6f8bf40620a7977041e089bbd0eba3 (patch)
treef8305b165ee5ff41e9ef2b0f76e26f7ab3ece269 /test/method1.go
parent0183baaf449338f54727814d079c0254c18226f9 (diff)
downloadgo-839a68469b6f8bf40620a7977041e089bbd0eba3.tar.gz
go-839a68469b6f8bf40620a7977041e089bbd0eba3.zip
delete export
TBR=r OCL=23121 CL=23127
Diffstat (limited to 'test/method1.go')
-rw-r--r--test/method1.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/method1.go b/test/method1.go
index d279c50ddf..c88607d425 100644
--- a/test/method1.go
+++ b/test/method1.go
@@ -6,7 +6,7 @@
package main
-export type T struct { }
+type T struct { }
func (t *T) M(int, string); // GCCGO_ERROR "previous"
func (t *T) M(int, float) { } // ERROR "redeclared|redefinition"