summaryrefslogtreecommitdiff
path: root/libgo/go/debug
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2013-02-10 06:02:38 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2013-02-10 06:02:38 +0000
commitbc85f3af1b43674782c9b5bb2240117f293b5530 (patch)
treefe1dad02b57206be8eeb4f61819b2f677ea99ee4 /libgo/go/debug
parentcaacf4a76941db5eb611e9350da17f05447316a6 (diff)
downloadgcc-bc85f3af1b43674782c9b5bb2240117f293b5530.tar.gz
compiler, libgo: Permit testing package when test imports it circularly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195931 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/go/debug')
-rw-r--r--libgo/go/debug/macho/file_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgo/go/debug/macho/file_test.go b/libgo/go/debug/macho/file_test.go
index ecc6f68a947..640225b3291 100644
--- a/libgo/go/debug/macho/file_test.go
+++ b/libgo/go/debug/macho/file_test.go
@@ -2,10 +2,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-package macho_test
+package macho
import (
- . "debug/macho"
"reflect"
"testing"
)