[K/N] Migrate some runtime/basic tests to new testing infra ^KT-61259
This commit is contained in:
committed by
Space Team
parent
4fa121071a
commit
fa9c620261
@@ -138,4 +138,8 @@ class FloatMathNativeTest {
|
||||
assertTrue(2.0f.IEEErem(0.0f).isNaN())
|
||||
assertEquals(PI.toFloat(), PI.toFloat().IEEErem(Float.NEGATIVE_INFINITY))
|
||||
}
|
||||
|
||||
@Test fun maxValue() {
|
||||
assertEquals(Float.MAX_VALUE, Float.MAX_VALUE + 42)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user