diff options
Diffstat (limited to 'test/fixedbugs/bug233.go')
| -rw-r--r-- | test/fixedbugs/bug233.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug233.go b/test/fixedbugs/bug233.go index 31bb673ebd..f3d556c232 100644 --- a/test/fixedbugs/bug233.go +++ b/test/fixedbugs/bug233.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 bug233 import p "fmt" var _ = p.Print var fmt = 10 |
