diff options
Diffstat (limited to 'libgo/go/fmt/export_test.go')
-rw-r--r-- | libgo/go/fmt/export_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgo/go/fmt/export_test.go b/libgo/go/fmt/export_test.go index 89d57ee6ce..14163a29af 100644 --- a/libgo/go/fmt/export_test.go +++ b/libgo/go/fmt/export_test.go @@ -1,7 +1,8 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 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 fmt var IsSpace = isSpace +var Parsenum = parsenum |