Commit bc2ee6b8 authored by Peter Mundy's avatar Peter Mundy Committed by Russ Cox

utf16: fix cyclic dependency when testing on Windows

(on Windows, syscall depends on utf16)

R=rsc
CC=golang-dev
https://golang.org/cl/1664053
parent 95b93c28
...@@ -2,13 +2,14 @@ ...@@ -2,13 +2,14 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
package utf16 package utf16_test
import ( import (
"fmt" "fmt"
"reflect" "reflect"
"testing" "testing"
"unicode" "unicode"
. "utf16"
) )
type encodeTest struct { type encodeTest struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment