FE: drop a redundant diagnostic test (exact duplicate of suspendJavaOverrides.kt)

This commit is contained in:
Mikhail Glukhikh
2023-12-20 09:46:24 +01:00
committed by Space Team
parent f47705f123
commit 79e041a310
7 changed files with 0 additions and 125 deletions
@@ -43134,12 +43134,6 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/testsWithStdLib/coroutines/suspendCoroutineOrReturn.kt");
}
@Test
@TestMetadata("suspendCovarianJavaOverride.kt")
public void testSuspendCovarianJavaOverride() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/coroutines/suspendCovarianJavaOverride.kt");
}
@Test
@TestMetadata("suspendDestructuring.kt")
public void testSuspendDestructuring() throws Exception {
@@ -43134,12 +43134,6 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/testsWithStdLib/coroutines/suspendCoroutineOrReturn.kt");
}
@Test
@TestMetadata("suspendCovarianJavaOverride.kt")
public void testSuspendCovarianJavaOverride() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/coroutines/suspendCovarianJavaOverride.kt");
}
@Test
@TestMetadata("suspendDestructuring.kt")
public void testSuspendDestructuring() throws Exception {