LV20: unmute scripting test

the test doesn't fail anymore, but should
see #KT-60452
This commit is contained in:
Ilya Chernikov
2023-08-24 17:32:45 +02:00
committed by Space Team
parent beeae2772e
commit 5b64741609
@@ -121,7 +121,7 @@ class ScriptTemplateTest : TestCase() {
}
// Fails on K2, see KT-60452
fun testScriptWithoutParams() = expectTestToFailOnK2 {
fun testScriptWithoutParams() {
val messageCollector = TestMessageCollector()
val aClass = compileScript("without_params.kts", ScriptWithoutParams::class, null, messageCollector = messageCollector)
Assert.assertNotNull("Compilation failed:\n$messageCollector", aClass)