Split common builtin companion tests from JVM-only tests

Remove duplicated tests from NumbersJVMTest.
This commit is contained in:
Ilya Gorbunov
2018-07-03 15:23:20 +03:00
parent 83f8cfaa66
commit cbc3480d9e
5 changed files with 147 additions and 118 deletions
@@ -7,7 +7,7 @@ package test.js
import kotlin.test.*
class NumbersJsTest {
class BuiltinCompanionJsTest {
@Test fun longMinMaxValues() {
assertEquals(js("Kotlin.Long.MIN_VALUE"), Long.MIN_VALUE)