]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: disable funky wide string test for now.
authorKeith Randall <khr@golang.org>
Tue, 17 Jun 2014 07:45:39 +0000 (00:45 -0700)
committerKeith Randall <khr@golang.org>
Tue, 17 Jun 2014 07:45:39 +0000 (00:45 -0700)
TBR=bradfitz
R=bradfitz
CC=golang-codereviews
https://golang.org/cl/105280045

src/pkg/runtime/string_test.go

index 28a5c6bd1e80f526c2f69b9a3a8dff9a9f16581a..cd253b2349e7818c661aea16e9d7625149e4428b 100644 (file)
@@ -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 {