@@ -215,6 +215,16 @@ extension DifferentiationAttributeTests {
215
215
]
216
216
}
217
217
218
+ extension DoStmtTests {
219
+ // DO NOT MODIFY: This is autogenerated, use:
220
+ // `swift test --generate-linuxmain`
221
+ // to regenerate.
222
+ static let __allTests__DoStmtTests = [
223
+ ( " testBasicDoStmt " , testBasicDoStmt) ,
224
+ ( " testLabeledDoStmt " , testLabeledDoStmt) ,
225
+ ]
226
+ }
227
+
218
228
extension EnumDeclTests {
219
229
// DO NOT MODIFY: This is autogenerated, use:
220
230
// `swift test --generate-linuxmain`
@@ -396,6 +406,7 @@ extension IfStmtTests {
396
406
( " testIfElseStatement_noBreakBeforeElse " , testIfElseStatement_noBreakBeforeElse) ,
397
407
( " testIfLetStatements " , testIfLetStatements) ,
398
408
( " testIfStatement " , testIfStatement) ,
409
+ ( " testLabeledIfStmt " , testLabeledIfStmt) ,
399
410
( " testMatchingPatternConditions " , testMatchingPatternConditions) ,
400
411
( " testOptionalBindingConditions " , testOptionalBindingConditions) ,
401
412
( " testParenthesizedClauses " , testParenthesizedClauses) ,
@@ -557,6 +568,7 @@ extension RepeatStmtTests {
557
568
static let __allTests__RepeatStmtTests = [
558
569
( " testBasicRepeatTests_breakBeforeWhile " , testBasicRepeatTests_breakBeforeWhile) ,
559
570
( " testBasicRepeatTests_noBreakBeforeWhile " , testBasicRepeatTests_noBreakBeforeWhile) ,
571
+ ( " testLabeledRepeat " , testLabeledRepeat) ,
560
572
( " testNestedRepeat " , testNestedRepeat) ,
561
573
]
562
574
}
@@ -693,6 +705,7 @@ extension SwitchStmtTests {
693
705
// to regenerate.
694
706
static let __allTests__SwitchStmtTests = [
695
707
( " testBasicSwitch " , testBasicSwitch) ,
708
+ ( " testLabeledSwitchStmt " , testLabeledSwitchStmt) ,
696
709
( " testNestedSwitch " , testNestedSwitch) ,
697
710
( " testNewlinesDisambiguatingWhereClauses " , testNewlinesDisambiguatingWhereClauses) ,
698
711
( " testSwitchCases " , testSwitchCases) ,
@@ -816,6 +829,7 @@ public func __allTests() -> [XCTestCaseEntry] {
816
829
testCase ( DeinitializerDeclTests . __allTests__DeinitializerDeclTests) ,
817
830
testCase ( DictionaryDeclTests . __allTests__DictionaryDeclTests) ,
818
831
testCase ( DifferentiationAttributeTests . __allTests__DifferentiationAttributeTests) ,
832
+ testCase ( DoStmtTests . __allTests__DoStmtTests) ,
819
833
testCase ( EnumDeclTests . __allTests__EnumDeclTests) ,
820
834
testCase ( ExtensionDeclTests . __allTests__ExtensionDeclTests) ,
821
835
testCase ( ForInStmtTests . __allTests__ForInStmtTests) ,
0 commit comments