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
@@ -40860,12 +40860,6 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
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 {
@@ -40980,12 +40980,6 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
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 {