Commit f2147cd7 authored by Keith Randall's avatar Keith Randall

runtime: disable funky wide string test for now.

TBR=bradfitz
R=bradfitz
CC=golang-codereviews
https://golang.org/cl/105280045
parent 0f4b53c1
......@@ -104,7 +104,7 @@ func BenchmarkRuneIterate2(b *testing.B) {
func TestStringW(t *testing.T) {
strings := []string{
"hello",
"a\u5566\u7788\b",
//"a\u5566\u7788b",
}
for _, s := range strings {
......
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