Remove IncDecOperatorsInExpectClass test
It is incorrect because has expect and actual in same module, which results in ACTUAL_WITHOUT_EXPECT reported in FIR. But there is already same test `multiplatform/incDecOperatorsInExpectClass.kt`, so there is no need to fix and maintain test `IncDecOperatorsInExpectClass`. ^KT-60075 Fixed
This commit is contained in:
committed by
Space Team
parent
30e49c0879
commit
371db10330
-6
@@ -471,12 +471,6 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/IncDec.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("IncDecOperatorsInExpectClass.kt")
|
||||
public void testIncDecOperatorsInExpectClass() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/IncDecOperatorsInExpectClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("IncorrectCharacterLiterals.kt")
|
||||
public void testIncorrectCharacterLiterals() throws Exception {
|
||||
|
||||
-6
@@ -471,12 +471,6 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/IncDec.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("IncDecOperatorsInExpectClass.kt")
|
||||
public void testIncDecOperatorsInExpectClass() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/IncDecOperatorsInExpectClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("IncorrectCharacterLiterals.kt")
|
||||
public void testIncorrectCharacterLiterals() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user