File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Tests/SwiftFormatPrettyPrintTests Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ extension ArrayDeclTests {
24
24
static let __allTests__ArrayDeclTests = [
25
25
( " testArrayOfFunctions " , testArrayOfFunctions) ,
26
26
( " testBasicArrays " , testBasicArrays) ,
27
+ ( " testTrailingCommaDiagnostics " , testTrailingCommaDiagnostics) ,
28
+ ( " testWhitespaceOnlyDoesNotChangeTrailingComma " , testWhitespaceOnlyDoesNotChangeTrailingComma) ,
27
29
]
28
30
}
29
31
@@ -176,6 +178,8 @@ extension DictionaryDeclTests {
176
178
// to regenerate.
177
179
static let __allTests__DictionaryDeclTests = [
178
180
( " testBasicDictionaries " , testBasicDictionaries) ,
181
+ ( " testTrailingCommaDiagnostics " , testTrailingCommaDiagnostics) ,
182
+ ( " testWhitespaceOnlyDoesNotChangeTrailingComma " , testWhitespaceOnlyDoesNotChangeTrailingComma) ,
179
183
]
180
184
}
181
185
You can’t perform that action at this time.
0 commit comments