diff --git a/plugins/uast-kotlin/tests/SimpleKotlinRenderLogTest.kt.172 b/plugins/uast-kotlin/tests/SimpleKotlinRenderLogTest.kt.172 index d86400a434a..603b78ea1af 100644 --- a/plugins/uast-kotlin/tests/SimpleKotlinRenderLogTest.kt.172 +++ b/plugins/uast-kotlin/tests/SimpleKotlinRenderLogTest.kt.172 @@ -29,7 +29,7 @@ class SimpleKotlinRenderLogTest : AbstractKotlinRenderLogTest() { @Test fun testQualifiedConstructorCall() = doTest("QualifiedConstructorCall") - @Test fun testPropertyDelegate() = doTest("PropertyDelegate") { testName, file -> check(testName, file, false) } + @Test fun testPropertyDelegate() = doTest("PropertyDelegate") @Test fun testPropertyWithAnnotation() = doTest("PropertyWithAnnotation") diff --git a/plugins/uast-kotlin/tests/SimpleKotlinRenderLogTest.kt.181 b/plugins/uast-kotlin/tests/SimpleKotlinRenderLogTest.kt.181 index e78fc232d01..66812b55f10 100644 --- a/plugins/uast-kotlin/tests/SimpleKotlinRenderLogTest.kt.181 +++ b/plugins/uast-kotlin/tests/SimpleKotlinRenderLogTest.kt.181 @@ -29,7 +29,7 @@ class SimpleKotlinRenderLogTest : AbstractKotlinRenderLogTest() { @Test fun testQualifiedConstructorCall() = doTest("QualifiedConstructorCall") - @Test fun testPropertyDelegate() = doTest("PropertyDelegate") { testName, file -> check(testName, file, false) } + @Test fun testPropertyDelegate() = doTest("PropertyDelegate") @Test fun testLocalVariableWithAnnotation() = doTest("LocalVariableWithAnnotation") diff --git a/plugins/uast-kotlin/tests/SimpleKotlinRenderLogTest.kt.as32 b/plugins/uast-kotlin/tests/SimpleKotlinRenderLogTest.kt.as32 index 217297a5a3a..3975af4287e 100644 --- a/plugins/uast-kotlin/tests/SimpleKotlinRenderLogTest.kt.as32 +++ b/plugins/uast-kotlin/tests/SimpleKotlinRenderLogTest.kt.as32 @@ -29,7 +29,7 @@ class SimpleKotlinRenderLogTest : AbstractKotlinRenderLogTest() { @Test fun testQualifiedConstructorCall() = doTest("QualifiedConstructorCall") - @Test fun testPropertyDelegate() = doTest("PropertyDelegate") { testName, file -> check(testName, file, false) } + @Test fun testPropertyDelegate() = doTest("PropertyDelegate") @Test fun testLocalVariableWithAnnotation() = doTest("LocalVariableWithAnnotation")