Skip to content

Commit a4dc444

Browse files
authored
Merge pull request #58597 from jsoref/spelling-test-runtime
spelling: satisfied
2 parents 9aa327a + a01f6f8 commit a4dc444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Runtime/demangleToMetadata.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ DemangleToMetadataTests.test("Nested types in extensions") {
430430
.InnermostUConformsToP3<ConformsToP4a>.self,
431431
_typeByName("4main4SG11VA2A2P1RzlE016InnerTConformsToC0VA2A2P3Rd__rlE018InnermostUConformsfG0VyAA08ConformsfC0V_AA0jf5P2AndG0V_AA0jF3P4aVG")!)
432432

433-
// Failure case: Dictionary's outer `Key: Hashable` constraint not sastified
433+
// Failure case: Dictionary's outer `Key: Hashable` constraint not satisfied
434434
expectNil(_typeByName("s10DictionaryV4mainE5InnerVyAC12ConformsToP1VSi_AC12ConformsToP1VG"))
435435
// Failure case: Dictionary's inner `V: P1` constraint not satisfied
436436
expectNil(_typeByName("s10DictionaryV4mainE5InnerVySSSi_AC12ConformsToP2VG"))

0 commit comments

Comments
 (0)