Remove old IC: remove experimental-ic-build.log

This commit moves each experimental-ic-build.log
into a corresponding build.log file.
This commit is contained in:
Alexey Tsvetkov
2017-05-03 13:58:40 +03:00
parent 2bd7d12312
commit 5af9d29cbe
178 changed files with 259 additions and 2633 deletions
@@ -189,7 +189,7 @@ class KotlinStandaloneIncrementalCompilationTest : TestWithWorkingDir() {
File(jpsResourcesPath, "changeIncrementalOption"),
File(jpsResourcesPath, "custom"),
File(jpsResourcesPath, "lookupTracker"))
private val buildLogFinder = BuildLogFinder(isExperimentalEnabled = true, isGradleEnabled = true)
private val buildLogFinder = BuildLogFinder(isGradleEnabled = true)
@Suppress("unused")
@Parameterized.Parameters(name = "{1}")