aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug066.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug066.go')
-rw-r--r--test/fixedbugs/bug066.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug066.go b/test/fixedbugs/bug066.go
index ab69257920..4f64152aec 100644
--- a/test/fixedbugs/bug066.go
+++ b/test/fixedbugs/bug066.go
@@ -12,7 +12,7 @@ type (
)
type Scope struct {
- entries *map[string] *Object;
+ entries map[string] *Object;
}