Skip to content

Commit 6fa94d1

Browse files
committed
fix build
1 parent c822197 commit 6fa94d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func BenchmarkString1Width768(b *testing.B) {
119119
benchSink = benchString1Width(b, false, 0, 0x300, 702)
120120
}
121121
func BenchmarkString1WidthAllEastAsian(b *testing.B) {
122-
benchSink = benchString1Width(b, true, 0, utf8.MaxRune+1, 1436664)
122+
benchSink = benchString1Width(b, true, 0, utf8.MaxRune+1, 1436655)
123123
}
124124
func BenchmarkString1Width768EastAsian(b *testing.B) {
125125
benchSink = benchString1Width(b, true, 0, 0x300, 794)

0 commit comments

Comments
 (0)