Skip to content

Commit 3c7b61e

Browse files
committed
Fix typo
1 parent 8a63580 commit 3c7b61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Testing/ABI/EntryPoints/Library.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ private let testingLibraryRecord: __TestContentRecord = (
173173
return false
174174
}
175175
#endif
176-
let hint = hint.map { hint.load(as: UnsafePointer<CChar>.self) }
176+
let hint = hint.map { $0.load(as: UnsafePointer<CChar>.self) }
177177
if let hint {
178178
guard let hint = String(validatingCString: hint),
179179
String(hint.filter(\.isLetter)).lowercased() == "swifttesting" else {

0 commit comments

Comments
 (0)