Minor: use common implementation of doubleTotalOrderEquals for tests

This commit is contained in:
Ilya Gorbunov
2018-04-10 21:09:21 +03:00
parent 2826733e87
commit f7546c809d
4 changed files with 1 additions and 4 deletions
@@ -21,4 +21,3 @@ public expect fun assertTypeEquals(expected: Any?, actual: Any?)
public expect fun randomInt(limit: Int): Int
internal expect fun String.removeLeadingPlusOnJava6(): String
internal expect fun doubleTotalOrderEquals(a: Double?, b: Double?): Boolean