Skip to content

Commit b8b2820

Browse files
authored
Merge pull request #19231 from moiseev/algofix
[test] Sorting 2**21 arrays is probably not necessary
2 parents f680544 + 6fb3373 commit b8b2820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/stdlib/Algorithm.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Algorithm.test("heapSort") {
284284
} // addOne end.
285285

286286
// Test binary number size.
287-
let numberLength = 21
287+
let numberLength = 11
288288
var binaryNumber = [Int](repeating: 0, count: numberLength)
289289

290290
// We are testing sort on all permutations off 0-1s of size `numberLength`

0 commit comments

Comments
 (0)