Skip to content

Commit d1f1d77

Browse files
committed
Add new test to LinuxMain
1 parent ba958ea commit d1f1d77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/LinuxMain.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,8 @@ extension Test_Conformance {
424424
("testInt32_toosmall", testInt32_toosmall),
425425
("testRepeatedBoolWrapper", testRepeatedBoolWrapper),
426426
("testString_badUnicodeEscape", testString_badUnicodeEscape),
427-
("testString_surrogates", testString_surrogates)
427+
("testString_surrogates", testString_surrogates),
428+
("testMaps_TextFormatKeysSorted", testMaps_TextFormatKeysSorted)
428429
]
429430
}
430431

0 commit comments

Comments
 (0)