aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug354.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug354.go')
-rw-r--r--test/fixedbugs/bug354.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug354.go b/test/fixedbugs/bug354.go
index a95256e272..6a7dfca25f 100644
--- a/test/fixedbugs/bug354.go
+++ b/test/fixedbugs/bug354.go
@@ -7,7 +7,7 @@
// issue 2086
// was calling makeclosure twice on the closure
-package main
+package bug354
type Inner struct {
F func() error