Cleanup (renaming test data directory to match the language level)

GitOrigin-RevId: 2783c4072f4d1a0b35f8f0809b4ba5b920173055
This commit is contained in:
Roman Shevchenko
2019-07-02 06:52:16 +03:00
committed by intellij-monorepo-bot
parent cb85269e58
commit 09a7577b04
29 changed files with 2 additions and 2 deletions
@@ -10,8 +10,8 @@ import com.intellij.testFramework.LightJavaCodeInsightTestCase
import com.intellij.testFramework.LightProjectDescriptor
import com.intellij.util.containers.ContainerUtil
class JavaSurroundWith12Test : LightJavaCodeInsightTestCase() {
private val BASE_PATH = "/codeInsight/generation/surroundWith/java12/"
class JavaSurroundWith13Test : LightJavaCodeInsightTestCase() {
private val BASE_PATH = "/codeInsight/generation/surroundWith/java13/"
override fun getProjectDescriptor(): LightProjectDescriptor = JavaFoldingTestCase.JAVA_13