File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1328,8 +1328,7 @@ let comparisonTests: [ComparisonTest] = [
1328
1328
1329
1329
// U+1F1E7 REGIONAL INDICATOR SYMBOL LETTER B
1330
1330
// \u{1F1E7}\u{1F1E7} Flag of Barbados
1331
- ComparisonTest ( " \u{1F1E7} " , " \u{1F1E7} \u{1F1E7} " ,
1332
- expectedFailure: " https://bugs.swift.org/browse/SR-367 " ) ,
1331
+ ComparisonTest ( " \u{1F1E7} " , " \u{1F1E7} \u{1F1E7} " ) ,
1333
1332
1334
1333
// Test that Unicode collation is performed in deterministic mode.
1335
1334
//
@@ -1344,8 +1343,7 @@ let comparisonTests: [ComparisonTest] = [
1344
1343
//
1345
1344
// U+0301 and U+0954 don't decompose in the canonical decomposition mapping.
1346
1345
// U+0341 has a canonical decomposition mapping of U+0301.
1347
- ComparisonTest ( " \u{0301} " , " \u{0341} " ,
1348
- expectedFailure: " https://bugs.swift.org/browse/SR-243 " ) ,
1346
+ ComparisonTest ( " \u{0301} " , " \u{0341} " ) ,
1349
1347
ComparisonTest ( " \u{0301} " , " \u{0954} " ) ,
1350
1348
ComparisonTest ( " \u{0341} " , " \u{0954} " ) ,
1351
1349
]
You can’t perform that action at this time.
0 commit comments