Update tests after switching to LV 1.9
This commit is contained in:
committed by
Space Team
parent
66544a4e00
commit
88efa6bfb6
-15
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user