Skip to content

Commit 69f6df0

Browse files
committed
Remove consonant check
1 parent 29378d3 commit 69f6df0

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

test/embedded/unicode-dead-strip1.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ struct Main {
3030
// The code uses String equality and hashing, should need the normalization, NFC, NFD tables, and not the others.
3131
// EXCLUDES-NOT: swift_stdlib_case
3232
// EXCLUDES-NOT: swift_stdlib_graphemeBreakProperties
33-
// EXCLUDES-NOT: swift_stdlib_InCB_Consonant
3433
// EXCLUDES-NOT: swift_stdlib_mappings
3534
// EXCLUDES-NOT: swift_stdlib_names
3635
// INCLUDES: swift_stdlib_nfc

test/embedded/unicode-dead-strip2.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ struct Main {
1919
// The code uses String case conversion, should need the mapping tables, and not the others.
2020
// EXCLUDES-NOT: swift_stdlib_case
2121
// EXCLUDES-NOT: swift_stdlib_graphemeBreakProperties
22-
// EXCLUDES-NOT: swift_stdlib_InCB_Consonant
2322
// INCLUDES: swift_stdlib_mappings
2423
// EXCLUDES-NOT: swift_stdlib_names
2524
// EXCLUDES-NOT: swift_stdlib_nfc

test/embedded/unicode-dead-strip3.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ struct Main {
2121
// The code uses String splitting, should need the normalization, NFC, NFD, grapheme breaking, linking tables, and not the others.
2222
// EXCLUDES-NOT: swift_stdlib_case
2323
// INCLUDES: swift_stdlib_graphemeBreakProperties
24-
// INCLUDES: swift_stdlib_InCB_Consonant
2524
// EXCLUDES-NOT: swift_stdlib_mappings
2625
// EXCLUDES-NOT: swift_stdlib_names
2726
// INCLUDES: swift_stdlib_nfc

0 commit comments

Comments
 (0)