@@ -10,6 +10,15 @@ extension FoundationTests {
10
10
]
11
11
}
12
12
13
+ extension MonthTests {
14
+ // DO NOT MODIFY: This is autogenerated, use:
15
+ // `swift test --generate-linuxmain`
16
+ // to regenerate.
17
+ static let __allTests__MonthTests = [
18
+ ( " testCodable " , testCodable) ,
19
+ ]
20
+ }
21
+
13
22
extension SwiftYMDTests {
14
23
// DO NOT MODIFY: This is autogenerated, use:
15
24
// `swift test --generate-linuxmain`
@@ -50,6 +59,7 @@ extension YearTests {
50
59
// `swift test --generate-linuxmain`
51
60
// to regenerate.
52
61
static let __allTests__YearTests = [
62
+ ( " testCodable " , testCodable) ,
53
63
( " testIsLeapYear " , testIsLeapYear) ,
54
64
( " testNumberOfDays " , testNumberOfDays) ,
55
65
( " testOperators " , testOperators) ,
@@ -59,6 +69,7 @@ extension YearTests {
59
69
public func __allTests( ) -> [ XCTestCaseEntry ] {
60
70
return [
61
71
testCase ( FoundationTests . __allTests__FoundationTests) ,
72
+ testCase ( MonthTests . __allTests__MonthTests) ,
62
73
testCase ( SwiftYMDTests . __allTests__SwiftYMDTests) ,
63
74
testCase ( YMDTests . __allTests__YMDTests) ,
64
75
testCase ( YMTests . __allTests__YMTests) ,
0 commit comments