summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug057.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug057.go')
-rw-r--r--test/fixedbugs/bug057.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug057.go b/test/fixedbugs/bug057.go
index dd6df5c31..e0a60dc37 100644
--- a/test/fixedbugs/bug057.go
+++ b/test/fixedbugs/bug057.go
@@ -6,7 +6,7 @@
package main
-type T struct {
+export type T struct {
s string;
}