From 10cda4b54feb13b42f2ba2fd087f862ecf0e5a4a Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Mon, 27 Apr 2020 19:24:35 +0300 Subject: [PATCH] [FIR] Minor: regenerate diagnostic tests --- .../kotlin/fir/FirDiagnosticsTestGenerated.java | 10 +++++----- .../fir/FirDiagnosticsWithLightTreeTestGenerated.java | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/compiler/fir/analysis-tests/tests/org/jetbrains/kotlin/fir/FirDiagnosticsTestGenerated.java b/compiler/fir/analysis-tests/tests/org/jetbrains/kotlin/fir/FirDiagnosticsTestGenerated.java index f75010bbe2b..77b2cc42e10 100644 --- a/compiler/fir/analysis-tests/tests/org/jetbrains/kotlin/fir/FirDiagnosticsTestGenerated.java +++ b/compiler/fir/analysis-tests/tests/org/jetbrains/kotlin/fir/FirDiagnosticsTestGenerated.java @@ -2168,11 +2168,6 @@ public class FirDiagnosticsTestGenerated extends AbstractFirDiagnosticsTest { KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/analysis-tests/testData/resolve/visibility"), Pattern.compile("^([^.]+)\\.kt$"), null, true); } - @TestMetadata("exposedSupertype.kt") - public void testExposedSupertype() throws Exception { - runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedSupertype.kt"); - } - @TestMetadata("exposedFunctionParameterType.kt") public void testExposedFunctionParameterType() throws Exception { runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedFunctionParameterType.kt"); @@ -2188,6 +2183,11 @@ public class FirDiagnosticsTestGenerated extends AbstractFirDiagnosticsTest { runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedPropertyType.kt"); } + @TestMetadata("exposedSupertype.kt") + public void testExposedSupertype() throws Exception { + runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedSupertype.kt"); + } + @TestMetadata("exposedTypeAlias.kt") public void testExposedTypeAlias() throws Exception { runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedTypeAlias.kt"); diff --git a/compiler/fir/analysis-tests/tests/org/jetbrains/kotlin/fir/FirDiagnosticsWithLightTreeTestGenerated.java b/compiler/fir/analysis-tests/tests/org/jetbrains/kotlin/fir/FirDiagnosticsWithLightTreeTestGenerated.java index 43be7a3e3b6..aee80db0405 100644 --- a/compiler/fir/analysis-tests/tests/org/jetbrains/kotlin/fir/FirDiagnosticsWithLightTreeTestGenerated.java +++ b/compiler/fir/analysis-tests/tests/org/jetbrains/kotlin/fir/FirDiagnosticsWithLightTreeTestGenerated.java @@ -2168,11 +2168,6 @@ public class FirDiagnosticsWithLightTreeTestGenerated extends AbstractFirDiagnos KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/analysis-tests/testData/resolve/visibility"), Pattern.compile("^([^.]+)\\.kt$"), null, true); } - @TestMetadata("exposedSupertype.kt") - public void testExposedSupertype() throws Exception { - runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedSupertype.kt"); - } - @TestMetadata("exposedFunctionParameterType.kt") public void testExposedFunctionParameterType() throws Exception { runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedFunctionParameterType.kt"); @@ -2188,6 +2183,11 @@ public class FirDiagnosticsWithLightTreeTestGenerated extends AbstractFirDiagnos runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedPropertyType.kt"); } + @TestMetadata("exposedSupertype.kt") + public void testExposedSupertype() throws Exception { + runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedSupertype.kt"); + } + @TestMetadata("exposedTypeAlias.kt") public void testExposedTypeAlias() throws Exception { runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedTypeAlias.kt");