From cf3ca342f46a4b94fd7548bcf988b66c4b22206b Mon Sep 17 00:00:00 2001 From: sergeych Date: Fri, 30 Jan 2026 19:58:49 +0300 Subject: [PATCH] Unignore ScriptTest iterable/minmax/inline --- lynglib/src/commonTest/kotlin/ScriptTest.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lynglib/src/commonTest/kotlin/ScriptTest.kt b/lynglib/src/commonTest/kotlin/ScriptTest.kt index 242b771..d4343a9 100644 --- a/lynglib/src/commonTest/kotlin/ScriptTest.kt +++ b/lynglib/src/commonTest/kotlin/ScriptTest.kt @@ -3977,7 +3977,6 @@ class ScriptTest { ) } - @Ignore("incremental enable") @Test fun testCallAndResultOrder() = runTest { eval( @@ -4001,7 +4000,6 @@ class ScriptTest { } - @Ignore("incremental enable") @Test fun testIterableMinMax() = runTest { eval( @@ -4014,7 +4012,6 @@ class ScriptTest { } - @Ignore("incremental enable") @Test fun testParserOverflow() = runTest { try { @@ -4082,7 +4079,6 @@ class ScriptTest { // """.trimIndent()) // } - @Ignore("incremental enable") @Test fun testInlineArrayLiteral() = runTest { eval(