Update tests after switching to LV 1.9

This commit is contained in:
Dmitriy Novozhilov
2023-01-23 11:34:48 +02:00
committed by Space Team
parent 66544a4e00
commit 88efa6bfb6
279 changed files with 1520 additions and 1239 deletions
@@ -13659,11 +13659,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/enum/noClassForSimpleEnum.kt");
}
@TestMetadata("objectInEnum.kt")
public void testObjectInEnum() throws Exception {
runTest("compiler/testData/codegen/box/enum/objectInEnum.kt");
}
@TestMetadata("ordinal.kt")
public void testOrdinal() throws Exception {
runTest("compiler/testData/codegen/box/enum/ordinal.kt");
@@ -16324,11 +16319,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/inference/builderInference/kt47744.kt");
}
@TestMetadata("kt48445.kt")
public void testKt48445() throws Exception {
runTest("compiler/testData/codegen/box/inference/builderInference/kt48445.kt");
}
@TestMetadata("kt48633.kt")
public void testKt48633() throws Exception {
runTest("compiler/testData/codegen/box/inference/builderInference/kt48633.kt");
@@ -16339,11 +16329,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/inference/builderInference/kt49887.kt");
}
@TestMetadata("kt50520.kt")
public void testKt50520() throws Exception {
runTest("compiler/testData/codegen/box/inference/builderInference/kt50520.kt");
}
@TestMetadata("kt51988.kt")
public void testKt51988() throws Exception {
runTest("compiler/testData/codegen/box/inference/builderInference/kt51988.kt");