diff --git a/lynglib/src/commonTest/kotlin/ScriptTest.kt b/lynglib/src/commonTest/kotlin/ScriptTest.kt index 6329f88..b296278 100644 --- a/lynglib/src/commonTest/kotlin/ScriptTest.kt +++ b/lynglib/src/commonTest/kotlin/ScriptTest.kt @@ -3044,7 +3044,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testMapAsDelegate() = runTest { eval( @@ -3144,7 +3143,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testBufferCompare() = runTest { eval( @@ -3773,7 +3771,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testThisInClosure() = runTest { eval( @@ -4520,7 +4517,6 @@ class ScriptTest { assertEquals(51, r.toInt()) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testFirstInEnum() = runTest { eval(