Remove support for xml-based script configs, other minor refactorings
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ import kotlin.script.StandardScriptTemplate
|
||||
// TODO: the contetnts of this file should go into ScriptTest.kt and replace appropriate xml-based functionality,
|
||||
// as soon as the the latter is removed from the codebase
|
||||
|
||||
class ScriptTest2 {
|
||||
class ScriptTemplateTest {
|
||||
@Test
|
||||
fun testScriptWithParam() {
|
||||
val aClass = compileScript("fib.kts", ScriptWithIntParam::class, null)
|
||||
Reference in New Issue
Block a user