[FE 1.0] 2/2 Drop AllowDifferentMembersInActual from compiler and testData
The annotation was dropped in the previous commit
This commit is contained in:
-12
@@ -382,18 +382,6 @@ public class FirOldFrontendMPPDiagnosticsWithLightTreeTestGenerated extends Abst
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/multiplatform/actualClassifierMustHasTheSameMembersAsNonFinalExpectClassifierChecker"), Pattern.compile("^(.*)\\.kts?$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("allowDifferentMembersInActual_class.kt")
|
||||
public void testAllowDifferentMembersInActual_class() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/actualClassifierMustHasTheSameMembersAsNonFinalExpectClassifierChecker/allowDifferentMembersInActual_class.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("allowDifferentMembersInActual_typealias.kt")
|
||||
public void testAllowDifferentMembersInActual_typealias() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/actualClassifierMustHasTheSameMembersAsNonFinalExpectClassifierChecker/allowDifferentMembersInActual_typealias.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("changeClassTypeParameterNames.kt")
|
||||
public void testChangeClassTypeParameterNames() throws Exception {
|
||||
|
||||
-12
@@ -382,18 +382,6 @@ public class FirOldFrontendMPPDiagnosticsWithPsiTestGenerated extends AbstractFi
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/multiplatform/actualClassifierMustHasTheSameMembersAsNonFinalExpectClassifierChecker"), Pattern.compile("^(.*)\\.kts?$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("allowDifferentMembersInActual_class.kt")
|
||||
public void testAllowDifferentMembersInActual_class() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/actualClassifierMustHasTheSameMembersAsNonFinalExpectClassifierChecker/allowDifferentMembersInActual_class.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("allowDifferentMembersInActual_typealias.kt")
|
||||
public void testAllowDifferentMembersInActual_typealias() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/actualClassifierMustHasTheSameMembersAsNonFinalExpectClassifierChecker/allowDifferentMembersInActual_typealias.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("changeClassTypeParameterNames.kt")
|
||||
public void testChangeClassTypeParameterNames() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user