Update tests after switching to LV 1.9
This commit is contained in:
committed by
Space Team
parent
66544a4e00
commit
88efa6bfb6
-18
@@ -16857,12 +16857,6 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/enum/noClassForSimpleEnum.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("objectInEnum.kt")
|
||||
public void testObjectInEnum() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/enum/objectInEnum.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ordinal.kt")
|
||||
public void testOrdinal() throws Exception {
|
||||
@@ -20426,12 +20420,6 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt47744.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48445.kt")
|
||||
public void testKt48445() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt48445.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48633.kt")
|
||||
public void testKt48633() throws Exception {
|
||||
@@ -20444,12 +20432,6 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt49887.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50520.kt")
|
||||
public void testKt50520() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt50520.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51988.kt")
|
||||
public void testKt51988() throws Exception {
|
||||
|
||||
Generated
-6
@@ -232,12 +232,6 @@ public class Fir2IrTextTestGenerated extends AbstractFir2IrTextTest {
|
||||
runTest("compiler/testData/ir/irText/classes/kt43217.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt44013.kt")
|
||||
public void testKt44013() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/classes/kt44013.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt45853.kt")
|
||||
public void testKt45853() throws Exception {
|
||||
|
||||
-6
@@ -232,12 +232,6 @@ public class LightTreeFir2IrTextTestGenerated extends AbstractLightTreeFir2IrTex
|
||||
runTest("compiler/testData/ir/irText/classes/kt43217.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt44013.kt")
|
||||
public void testKt44013() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/classes/kt44013.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt45853.kt")
|
||||
public void testKt45853() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user