Allow to reference internal API in stdlib tests

This commit is contained in:
Ilya Gorbunov
2016-10-19 21:32:03 +03:00
parent 8d76617094
commit 1c7196a1fb
4 changed files with 22 additions and 5 deletions
@@ -65,7 +65,6 @@ class CoercionTest {
}
@Test
@Suppress("DEPRECATION_ERROR")
fun coercionsDouble() {
expect(5.0) { 5.0.coerceAtLeast(1.0) }
expect(5.0) { 1.0.coerceAtLeast(5.0) }