summaryrefslogtreecommitdiff
path: root/test/func.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-01-16 16:12:14 -0800
committerRuss Cox <rsc@golang.org>2009-01-16 16:12:14 -0800
commitf48cbfdf5629526ed49534e55298a5a12216ea0c (patch)
tree7da3dc3316609873715c3e6e7871cb2bf57da081 /test/func.go
parent9f4a27cbe6cc46a82bb9f3e0cb23dda10819be15 (diff)
downloadgo-git-f48cbfdf5629526ed49534e55298a5a12216ea0c.tar.gz
convert tests; nothing interesting.
R=r OCL=23012 CL=23014
Diffstat (limited to 'test/func.go')
-rw-r--r--test/func.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/func.go b/test/func.go
index ee9414ddc4..3a357f895c 100644
--- a/test/func.go
+++ b/test/func.go
@@ -45,7 +45,7 @@ func f8(a int) (x int, y float) {
return 8, 8.0;
}
-type T struct {
+export type T struct {
x, y int;
}