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 ba958ea commit d1f1d77Copy full SHA for d1f1d77
Tests/LinuxMain.swift
@@ -424,7 +424,8 @@ extension Test_Conformance {
424
("testInt32_toosmall", testInt32_toosmall),
425
("testRepeatedBoolWrapper", testRepeatedBoolWrapper),
426
("testString_badUnicodeEscape", testString_badUnicodeEscape),
427
- ("testString_surrogates", testString_surrogates)
+ ("testString_surrogates", testString_surrogates),
428
+ ("testMaps_TextFormatKeysSorted", testMaps_TextFormatKeysSorted)
429
]
430
}
431
0 commit comments