We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958ee1a commit f149426Copy full SHA for f149426
test/stdlib/Character.swift
@@ -306,7 +306,6 @@ CharacterTests.test(
306
let asciiDomain = Array(0..<127)
307
let ascii0to126 = asciiDomain.map({ UnicodeScalar(Int($0))! })
308
let ascii1to127 = asciiDomain.map({ UnicodeScalar(Int($0 + 1))! })
309
- typealias PredicateFn = (UnicodeScalar) -> (UnicodeScalar) -> Bool
310
expectEqualMethodsForDomain(
311
ascii0to126,
312
ascii1to127,
0 commit comments