File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1164,9 +1164,9 @@ FloatingPoint.test("Float80/signalingNaN") {
1164
1164
1165
1165
#endif
1166
1166
1167
- var FloatingPointClassification = TestSuite("NumericParsing ")
1167
+ var FloatingPointClassification = TestSuite("FloatingPointClassification ")
1168
1168
1169
- FloatingPointClassification.test("FloatingPointClassification/Equatable ") {
1169
+ FloatingPointClassification.test("FloatingPointClassification/Hashable ") {
1170
1170
let values: [FloatingPointClassification] = [
1171
1171
.signalingNaN,
1172
1172
.quietNaN,
@@ -1180,7 +1180,7 @@ FloatingPointClassification.test("FloatingPointClassification/Equatable") {
1180
1180
.positiveInfinity
1181
1181
]
1182
1182
// Values should be equal iff indices equal
1183
- checkEquatable (values, oracle : { $0 == $1 })
1183
+ checkHashable (values, equalityOracle : { $0 == $1 })
1184
1184
}
1185
1185
1186
1186
runAllTests()
You can’t perform that action at this time.
0 commit comments