[gradle][plugin][tests] fix of 'org.jetbrains.kotlin.gradle.plugin.test.IncrementalSpecification.Parameter changes should cause only recompilaton' test
--time => -Xtime in parameters
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ class IncrementalSpecification extends BaseKonanSpecification {
|
||||
"enableAssertions" | "true"
|
||||
"enableDebug" | "true"
|
||||
"artifactName" | "'foo'"
|
||||
"extraOpts" | "'--time'"
|
||||
"extraOpts" | "'-Xtime'"
|
||||
"noDefaultLibs" | "true"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user