Skip to content

Commit 6d5acec

Browse files
committed
Update embedded dead strip tests
1 parent 708d72d commit 6d5acec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/embedded/unicode-dead-strip1.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ 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_linkingConsonant
33+
// EXCLUDES-NOT: swift_stdlib_isInCB_Consonant
3434
// EXCLUDES-NOT: swift_stdlib_mappings
3535
// EXCLUDES-NOT: swift_stdlib_names
3636
// INCLUDES: swift_stdlib_nfc

test/embedded/unicode-dead-strip2.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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_linkingConsonant
22+
// EXCLUDES-NOT: swift_stdlib_isInCB_Consonant
2323
// INCLUDES: swift_stdlib_mappings
2424
// EXCLUDES-NOT: swift_stdlib_names
2525
// EXCLUDES-NOT: swift_stdlib_nfc

test/embedded/unicode-dead-strip3.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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_linkingConsonant
24+
// INCLUDES: swift_stdlib_isInCB_Consonant
2525
// EXCLUDES-NOT: swift_stdlib_mappings
2626
// EXCLUDES-NOT: swift_stdlib_names
2727
// INCLUDES: swift_stdlib_nfc

0 commit comments

Comments
 (0)