From 10feac94022781281ffccb8c7e5987b95da9af45 Mon Sep 17 00:00:00 2001 From: Alexey Tsvetkov Date: Thu, 24 Aug 2017 17:32:15 +0300 Subject: [PATCH] Remove CacheVersionChangedIT#testExperimentalCacheVersionChanged experimental-format-version.txt was removed recently. See also 534db2d45b750b83d692b6d9f9dab4e0027fb954 --- .../org/jetbrains/kotlin/gradle/CacheVersionChangedIT.kt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/CacheVersionChangedIT.kt b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/CacheVersionChangedIT.kt index b22f2eecc66..a4eab2ea64e 100644 --- a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/CacheVersionChangedIT.kt +++ b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/CacheVersionChangedIT.kt @@ -15,12 +15,6 @@ class CacheVersionChangedIT : BaseGradleIT() { fun testNormalCacheVersionChanged() { compileIncrementallyWithChangedVersion("format-version.txt") } - - @Test - fun testExperimentalCacheVersionChanged() { - compileIncrementallyWithChangedVersion("experimental-format-version.txt") - } - @Test fun testDataContainerCacheVersionChanged() { compileIncrementallyWithChangedVersion("data-container-format-version.txt")