mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
update tree for new default type rule
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5448091
This commit is contained in:
parent
be0ffbfd02
commit
a250f37cbc
13 changed files with 43 additions and 29 deletions
|
|
@ -642,7 +642,7 @@ func equal(m string, s1, s2 string, t *testing.T) bool {
|
|||
|
||||
func TestCaseConsistency(t *testing.T) {
|
||||
// Make a string of all the runes.
|
||||
numRunes := unicode.MaxRune + 1
|
||||
numRunes := int(unicode.MaxRune + 1)
|
||||
if testing.Short() {
|
||||
numRunes = 1000
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue