diff options
Diffstat (limited to 'src/pkg/html/entity_test.go')
| -rw-r--r-- | src/pkg/html/entity_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/html/entity_test.go b/src/pkg/html/entity_test.go index 2cf49d61d..b53f866fa 100644 --- a/src/pkg/html/entity_test.go +++ b/src/pkg/html/entity_test.go @@ -6,7 +6,7 @@ package html import ( "testing" - "utf8" + "unicode/utf8" ) func TestEntityLength(t *testing.T) { |
