From b8563f7fcf44cde2d3c7721cb00ad8a890ce67a9 Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Wed, 15 Mar 2017 00:20:40 +0300 Subject: [PATCH] Fix KotlinUastTypesTest.testCycleInTypeParameters --- ...TypeParameters.types.txt => CycleInTypeParameters.types.txt} | 0 plugins/uast-kotlin/tests/KotlinUastTypesTest.kt | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename plugins/uast-kotlin/testData/{cycleInTypeParameters.types.txt => CycleInTypeParameters.types.txt} (100%) diff --git a/plugins/uast-kotlin/testData/cycleInTypeParameters.types.txt b/plugins/uast-kotlin/testData/CycleInTypeParameters.types.txt similarity index 100% rename from plugins/uast-kotlin/testData/cycleInTypeParameters.types.txt rename to plugins/uast-kotlin/testData/CycleInTypeParameters.types.txt diff --git a/plugins/uast-kotlin/tests/KotlinUastTypesTest.kt b/plugins/uast-kotlin/tests/KotlinUastTypesTest.kt index 6a7c1895f3c..86a0485ac7c 100644 --- a/plugins/uast-kotlin/tests/KotlinUastTypesTest.kt +++ b/plugins/uast-kotlin/tests/KotlinUastTypesTest.kt @@ -7,5 +7,5 @@ class KotlinUastTypesTest : AbstractKotlinTypesTest() { @Test fun testUnexpectedContainerException() = doTest("UnexpectedContainerException") - @Test fun testCycleInTypeParameters() = doTest("cycleInTypeParameters") + @Test fun testCycleInTypeParameters() = doTest("CycleInTypeParameters") } \ No newline at end of file