diff options
Diffstat (limited to 'libgo/go/debug/gosym/pclntab_test.go')
-rw-r--r-- | libgo/go/debug/gosym/pclntab_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/debug/gosym/pclntab_test.go b/libgo/go/debug/gosym/pclntab_test.go index c83e64eabd7..562e7a0a37f 100644 --- a/libgo/go/debug/gosym/pclntab_test.go +++ b/libgo/go/debug/gosym/pclntab_test.go @@ -7,8 +7,8 @@ package gosym import ( "debug/elf" "os" - "testing" "syscall" + "testing" ) func dotest() bool { |