aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug250.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug250.go')
-rw-r--r--test/fixedbugs/bug250.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug250.go b/test/fixedbugs/bug250.go
index cd28642bfc..a3a52d2457 100644
--- a/test/fixedbugs/bug250.go
+++ b/test/fixedbugs/bug250.go
@@ -4,7 +4,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-package main
+package bug250
type I1 interface {
m() I2