forked from kscience/kmath
Fix AST JS test
This commit is contained in:
parent
4badc3e044
commit
2f96d619fc
@ -19,8 +19,8 @@ import kotlin.test.assertFailsWith
|
|||||||
internal class TestCompilerVariables {
|
internal class TestCompilerVariables {
|
||||||
@Test
|
@Test
|
||||||
fun testNoVariables() = runCompilerTest {
|
fun testNoVariables() = runCompilerTest {
|
||||||
val expr = "0".parseMath().compileToExpression(IntRing)
|
val expr = "0".parseMath().compileToExpression(DoubleField)
|
||||||
assertEquals(0, expr())
|
assertEquals(0.0, expr(), 0.0001)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
Reference in New Issue
Block a user