summaryrefslogtreecommitdiff
path: root/libgo/go/debug/elf/file_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/debug/elf/file_test.go')
-rw-r--r--libgo/go/debug/elf/file_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgo/go/debug/elf/file_test.go b/libgo/go/debug/elf/file_test.go
index 98f2723c86e..105b697a4fb 100644
--- a/libgo/go/debug/elf/file_test.go
+++ b/libgo/go/debug/elf/file_test.go
@@ -2,10 +2,11 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-package elf
+package elf_test
import (
"debug/dwarf"
+ . "debug/elf"
"encoding/binary"
"net"
"os"