Set thread context classloader in preloader
#KT-33529 fixed
This commit is contained in:
@@ -79,6 +79,15 @@ class LauncherScriptTest : TestCaseWithTmpdir() {
|
||||
)
|
||||
}
|
||||
|
||||
fun testKotlincJvmSimpleScript() {
|
||||
runProcess(
|
||||
"kotlinc-jvm",
|
||||
"-script",
|
||||
"$testDataDirectory/helloWorld.kts",
|
||||
expectedStdout = "Hello!\n"
|
||||
)
|
||||
}
|
||||
|
||||
fun testKotlincJsSimple() {
|
||||
runProcess(
|
||||
"kotlinc-js",
|
||||
|
||||
Reference in New Issue
Block a user