mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Point the 'sort3/simple' test back at sort3
This commit is contained in:
@@ -227,7 +227,7 @@ Algorithm.test("sort3/simple")
|
||||
[1, 2, 3], [1, 3, 2], [2, 1, 3], [2, 3, 1], [3, 1, 2], [3, 2, 1]
|
||||
]) {
|
||||
var input = $0
|
||||
input.sort()
|
||||
input._sort3(0, 1, 2, by: <)
|
||||
expectEqual([1, 2, 3], input)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user