diff options
Diffstat (limited to 'test/import4.dir/empty.go')
-rw-r--r-- | test/import4.dir/empty.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/import4.dir/empty.go b/test/import4.dir/empty.go index c8214f36d..1dffa170d 100644 --- a/test/import4.dir/empty.go +++ b/test/import4.dir/empty.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package P +package empty import ( ) const ( ) |