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 8a63580 commit 3c7b61eCopy full SHA for 3c7b61e
Sources/Testing/ABI/EntryPoints/Library.swift
@@ -173,7 +173,7 @@ private let testingLibraryRecord: __TestContentRecord = (
173
return false
174
}
175
#endif
176
- let hint = hint.map { hint.load(as: UnsafePointer<CChar>.self) }
+ let hint = hint.map { $0.load(as: UnsafePointer<CChar>.self) }
177
if let hint {
178
guard let hint = String(validatingCString: hint),
179
String(hint.filter(\.isLetter)).lowercased() == "swifttesting" else {
0 commit comments