[Tests] Refactor: move annotation arguments lazy resolve test for

...`ACTUAL_ANNOTATIONS_NOT_MATCH_EXPECT` checker near to
other tests of this diagnostic. This is because now such tests
are run in lazy resolve test suite, so no need to store them
separately.

^KT-62559
This commit is contained in:
Roman Efremov
2023-11-10 12:13:17 +01:00
committed by Space Team
parent c20a5fc650
commit 99bf96e747
10 changed files with 64 additions and 32 deletions
@@ -23048,12 +23048,6 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/multimodule/dependsOnModule.kt");
}
@Test
@TestMetadata("expectActualAnnotationsWithLazyResolve.kt")
public void testExpectActualAnnotationsWithLazyResolve() throws Exception {
runTest("compiler/testData/diagnostics/tests/multimodule/expectActualAnnotationsWithLazyResolve.kt");
}
@Test
@TestMetadata("friendModule.kt")
public void testFriendModule() throws Exception {
@@ -23863,6 +23857,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/multiplatform/actualAnnotationsNotMatchExpect/annotationArgumentsDefaults.kt");
}
@Test
@TestMetadata("annotationArgumentsWithLazyResolve.kt")
public void testAnnotationArgumentsWithLazyResolve() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/actualAnnotationsNotMatchExpect/annotationArgumentsWithLazyResolve.kt");
}
@Test
@TestMetadata("annotationMatching_oldLanguageVersion.kt")
public void testAnnotationMatching_oldLanguageVersion() throws Exception {
@@ -23048,12 +23048,6 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/multimodule/dependsOnModule.kt");
}
@Test
@TestMetadata("expectActualAnnotationsWithLazyResolve.kt")
public void testExpectActualAnnotationsWithLazyResolve() throws Exception {
runTest("compiler/testData/diagnostics/tests/multimodule/expectActualAnnotationsWithLazyResolve.kt");
}
@Test
@TestMetadata("friendModule.kt")
public void testFriendModule() throws Exception {
@@ -23863,6 +23857,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/multiplatform/actualAnnotationsNotMatchExpect/annotationArgumentsDefaults.kt");
}
@Test
@TestMetadata("annotationArgumentsWithLazyResolve.kt")
public void testAnnotationArgumentsWithLazyResolve() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/actualAnnotationsNotMatchExpect/annotationArgumentsWithLazyResolve.kt");
}
@Test
@TestMetadata("annotationMatching_oldLanguageVersion.kt")
public void testAnnotationMatching_oldLanguageVersion() throws Exception {