From: Peter Mundy Date: Sat, 17 Jul 2010 23:52:53 +0000 (-0700) Subject: utf16: fix cyclic dependency when testing on Windows X-Git-Tag: weekly.2010-07-29~80 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bc2ee6b8c641010a576aa991c84120e0b991f2c3;p=gostls13.git utf16: fix cyclic dependency when testing on Windows (on Windows, syscall depends on utf16) R=rsc CC=golang-dev https://golang.org/cl/1664053 --- diff --git a/src/pkg/utf16/utf16_test.go b/src/pkg/utf16/utf16_test.go index c0848aa387..87e38126e9 100644 --- a/src/pkg/utf16/utf16_test.go +++ b/src/pkg/utf16/utf16_test.go @@ -2,13 +2,14 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package utf16 +package utf16_test import ( "fmt" "reflect" "testing" "unicode" + . "utf16" ) type encodeTest struct {