Skip to content

Commit 9ed28c7

Browse files
authored
Merge pull request #124 from dylansturg/update_tests
Update XCTestManifest with new trailing comma tests.
2 parents 553479f + d7ab92f commit 9ed28c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/SwiftFormatPrettyPrintTests/XCTestManifests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ extension ArrayDeclTests {
2424
static let __allTests__ArrayDeclTests = [
2525
("testArrayOfFunctions", testArrayOfFunctions),
2626
("testBasicArrays", testBasicArrays),
27+
("testTrailingCommaDiagnostics", testTrailingCommaDiagnostics),
28+
("testWhitespaceOnlyDoesNotChangeTrailingComma", testWhitespaceOnlyDoesNotChangeTrailingComma),
2729
]
2830
}
2931

@@ -176,6 +178,8 @@ extension DictionaryDeclTests {
176178
// to regenerate.
177179
static let __allTests__DictionaryDeclTests = [
178180
("testBasicDictionaries", testBasicDictionaries),
181+
("testTrailingCommaDiagnostics", testTrailingCommaDiagnostics),
182+
("testWhitespaceOnlyDoesNotChangeTrailingComma", testWhitespaceOnlyDoesNotChangeTrailingComma),
179183
]
180184
}
181185

0 commit comments

Comments
 (0)