diff options
Diffstat (limited to 'libgo/go/runtime/map_benchmark_test.go')
-rw-r--r-- | libgo/go/runtime/map_benchmark_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/runtime/map_benchmark_test.go b/libgo/go/runtime/map_benchmark_test.go index 893cb6c..d0becc9 100644 --- a/libgo/go/runtime/map_benchmark_test.go +++ b/libgo/go/runtime/map_benchmark_test.go @@ -1,6 +1,7 @@ // Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. + package runtime_test import ( |