Regenerate tests

This commit is contained in:
Dmitriy Novozhilov
2021-03-10 17:50:23 +03:00
committed by TeamCityServer
parent 74118930b4
commit cba63f2c12
@@ -18438,11 +18438,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)
public static class AllCompatibility extends AbstractLightAnalysisModeTest {
@TestMetadata("privateFunWithDefaultArg.kt")
public void ignorePrivateFunWithDefaultArg() throws Exception {
runTest("compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateFunWithDefaultArg.kt");
}
@TestMetadata("privateSuspend.kt")
public void ignorePrivateSuspend() throws Exception {
runTest("compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateSuspend.kt");
@@ -18596,6 +18591,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateFunInInterface.kt");
}
@TestMetadata("privateFunWithDefaultArg.kt")
public void testPrivateFunWithDefaultArg() throws Exception {
runTest("compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateFunWithDefaultArg.kt");
}
@TestMetadata("privateFunWithDefaultArg2.kt")
public void testPrivateFunWithDefaultArg2() throws Exception {
runTest("compiler/testData/codegen/box/jvm8/defaults/allCompatibility/privateFunWithDefaultArg2.kt");