Fix KotlinUastTypesTest.testCycleInTypeParameters

This commit is contained in:
Vyacheslav Gerasimov
2017-03-15 00:20:40 +03:00
parent cab80812ef
commit b8563f7fcf
2 changed files with 1 additions and 1 deletions
@@ -7,5 +7,5 @@ class KotlinUastTypesTest : AbstractKotlinTypesTest() {
@Test fun testUnexpectedContainerException() = doTest("UnexpectedContainerException")
@Test fun testCycleInTypeParameters() = doTest("cycleInTypeParameters")
@Test fun testCycleInTypeParameters() = doTest("CycleInTypeParameters")
}