[tests] Drop a BI codegen test for should-be-red issue KT-63648

This commit is contained in:
Mikhail Glukhikh
2023-12-05 10:46:43 +01:00
committed by Space Team
parent 254bcdc80a
commit 4b649cbbe9
20 changed files with 0 additions and 144 deletions
@@ -2134,12 +2134,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
}
@Test
@TestMetadata("kt63648.kt")
public void testKt63648() throws Exception {
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
}
@Test
@TestMetadata("kt63733.kt")
public void testKt63733() throws Exception {
@@ -2134,12 +2134,6 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
}
@Test
@TestMetadata("kt63648.kt")
public void testKt63648() throws Exception {
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
}
@Test
@TestMetadata("kt63733.kt")
public void testKt63733() throws Exception {
@@ -2134,12 +2134,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
}
@Test
@TestMetadata("kt63648.kt")
public void testKt63648() throws Exception {
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
}
@Test
@TestMetadata("kt63733.kt")
public void testKt63733() throws Exception {
@@ -2134,12 +2134,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
}
@Test
@TestMetadata("kt63648.kt")
public void testKt63648() throws Exception {
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
}
@Test
@TestMetadata("kt63733.kt")
public void testKt63733() throws Exception {