summaryrefslogtreecommitdiff
path: root/test/nil.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
commit69ebaa23298a6ea400acd1b300221f93a1cefc52 (patch)
tree7da3dc3316609873715c3e6e7871cb2bf57da081 /test/nil.go
parentc10979708228db68df69d1167f330127dac34a3f (diff)
downloadgolang-69ebaa23298a6ea400acd1b300221f93a1cefc52.tar.gz
convert tests; nothing interesting.
R=r OCL=23012 CL=23014
Diffstat (limited to 'test/nil.go')
-rw-r--r--test/nil.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/nil.go b/test/nil.go
index 1aef54ba9..e59d47317 100644
--- a/test/nil.go
+++ b/test/nil.go
@@ -6,11 +6,11 @@
package main
-type T struct {
+export type T struct {
i int
}
-type IN interface {
+export type IN interface {
}
func main() {