@@ -85,11 +85,12 @@ extension PropertyTests {
85
85
86
86
extension IntegerUtilitiesDivideTests {
87
87
static var all = testCase ( [
88
- ( " testDivideInt8 " , IntegerUtilitiesDivideTests . testDivideInt8 ( ) ) ,
89
- ( " testDivideInt " , IntegerUtilitiesDivideTests . testDivideInt ( ) ) ,
90
- ( " testDivideUInt8 " , IntegerUtilitiesDivideTests . testDivideUInt8 ( ) ) ,
91
- ( " testDivideStochasticInt8 " , IntegerUtilitiesDivideTests . testDivideStochasticInt8 ( ) ) ,
92
- ( " testDivideStochasticUInt32 " , IntegerUtilitiesDivideTests . testDivideStochasticUInt32 ( ) ) ,
88
+ ( " testDivideInt8 " , IntegerUtilitiesDivideTests . testDivideInt8) ,
89
+ ( " testDivideInt " , IntegerUtilitiesDivideTests . testDivideInt) ,
90
+ ( " testDivideUInt8 " , IntegerUtilitiesDivideTests . testDivideUInt8) ,
91
+ ( " testDivideStochasticInt8 " , IntegerUtilitiesDivideTests . testDivideStochasticInt8) ,
92
+ ( " testDivideStochasticUInt32 " , IntegerUtilitiesDivideTests . testDivideStochasticUInt32) ,
93
+ ( " testRemainderByMinusOne " , IntegerUtilitiesDivideTests . testRemainderByMinusOne) ,
93
94
] )
94
95
}
95
96
0 commit comments