[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:
committed by
Space Team
parent
c20a5fc650
commit
99bf96e747
+6
-6
@@ -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 {
|
||||
|
||||
+6
-6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user