summaryrefslogtreecommitdiff
path: root/libgo/go/net/ip_test.go
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2012-09-28 14:48:30 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2012-09-28 14:48:30 +0000
commit0e56e5906568a70ee8c2f8596437e9194dc88b81 (patch)
tree925434497da8b45f5bb1b591f8748e05c857d9a0 /libgo/go/net/ip_test.go
parentd10402b413dfbc968d7edf21415c659db1646345 (diff)
libgo: Use libbacktrace rather than debug/elf registration.
From-SVN: r191831
Diffstat (limited to 'libgo/go/net/ip_test.go')
-rw-r--r--libgo/go/net/ip_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/go/net/ip_test.go b/libgo/go/net/ip_test.go
index d0e987b85f7..df647ef73c0 100644
--- a/libgo/go/net/ip_test.go
+++ b/libgo/go/net/ip_test.go
@@ -6,7 +6,6 @@ package net
import (
"bytes"
- _ "debug/elf"
"reflect"
"runtime"
"testing"