Regenerate tests
This commit is contained in:
committed by
TeamCityServer
parent
74118930b4
commit
cba63f2c12
+5
-5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user