clean up unnecessary test script messages.
This commit is contained in:
@@ -72,7 +72,9 @@ final class MTFontMathTableV2Tests: XCTestCase {
|
|||||||
mTable?.fractionNumeratorDisplayStyleGapMin,
|
mTable?.fractionNumeratorDisplayStyleGapMin,
|
||||||
mTable?.fractionNumeratorGapMin,
|
mTable?.fractionNumeratorGapMin,
|
||||||
].compactMap{$0}
|
].compactMap{$0}
|
||||||
print(values) // accessed these values on main thread.
|
// if count % 50 == 0 {
|
||||||
|
// print(values)
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
self?.testCount += 1
|
self?.testCount += 1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user