diff options
Diffstat (limited to 'src/pkg/unicode/digit_test.go')
| -rw-r--r-- | src/pkg/unicode/digit_test.go | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/pkg/unicode/digit_test.go b/src/pkg/unicode/digit_test.go index 19a55bb673..a63404ebd8 100644 --- a/src/pkg/unicode/digit_test.go +++ b/src/pkg/unicode/digit_test.go @@ -2,9 +2,12 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package unicode +package unicode_test -import "testing" +import ( + "testing"; + . "unicode"; +) var testDigit = []int { 0x0030, |
