[Gradle] Added fix for :kotlin-gradle-plugin:compileFunctionalTestKotlin
^KT-58303
This commit is contained in:
committed by
Space Team
parent
c55a7dd038
commit
6aab336979
+1
-1
@@ -82,7 +82,7 @@ class CompilerArgumentsLogLevelTest {
|
||||
|
||||
project.evaluate()
|
||||
|
||||
val runnerSettings = KotlinNativeCompilerRunner.Settings.of(project.konanHome, project.konanDataDir, project)
|
||||
val runnerSettings = KotlinNativeCompilerRunner.Settings.of(project.konanHome.absolutePath, project.konanDataDir, project)
|
||||
assertEquals(KotlinCompilerArgumentsLogLevel.WARNING, runnerSettings.parent.kotlinCompilerArgumentsLogLevel.get())
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user