diff options
Diffstat (limited to 'libgo/go/container/heap/heap_test.go')
-rw-r--r-- | libgo/go/container/heap/heap_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libgo/go/container/heap/heap_test.go b/libgo/go/container/heap/heap_test.go index 73f33e8..274d587 100644 --- a/libgo/go/container/heap/heap_test.go +++ b/libgo/go/container/heap/heap_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 heap_test +package heap import ( - . "container/heap" "testing" ) |