From 7a2ecc58d42c381b3d203d39b22aba435fe59c0a Mon Sep 17 00:00:00 2001 From: Ilmir Usmanov Date: Thu, 3 Jun 2021 09:00:52 +0200 Subject: [PATCH] Minor. Regenerate tests --- .../LightAnalysisModeTestGenerated.java | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java b/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java index 68007217136..14c8330899a 100644 --- a/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java +++ b/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java @@ -16789,6 +16789,21 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes @TestDataPath("$PROJECT_ROOT") @RunWith(JUnit3RunnerWithInners.class) public static class Result extends AbstractLightAnalysisModeTest { + @TestMetadata("directCall1.kt") + public void ignoreDirectCall1() throws Exception { + runTest("compiler/testData/codegen/box/inlineClasses/result/directCall1.kt"); + } + + @TestMetadata("directCall2.kt") + public void ignoreDirectCall2() throws Exception { + runTest("compiler/testData/codegen/box/inlineClasses/result/directCall2.kt"); + } + + @TestMetadata("doubleOverride.kt") + public void ignoreDoubleOverride() throws Exception { + runTest("compiler/testData/codegen/box/inlineClasses/result/doubleOverride.kt"); + } + private void runTest(String testDataFilePath) throws Exception { KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath); } @@ -16797,21 +16812,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/inlineClasses/result"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true); } - @TestMetadata("directCall1.kt") - public void testDirectCall1() throws Exception { - runTest("compiler/testData/codegen/box/inlineClasses/result/directCall1.kt"); - } - - @TestMetadata("directCall2.kt") - public void testDirectCall2() throws Exception { - runTest("compiler/testData/codegen/box/inlineClasses/result/directCall2.kt"); - } - - @TestMetadata("doubleOverride.kt") - public void testDoubleOverride() throws Exception { - runTest("compiler/testData/codegen/box/inlineClasses/result/doubleOverride.kt"); - } - @TestMetadata("extensionOverride.kt") public void testExtensionOverride() throws Exception { runTest("compiler/testData/codegen/box/inlineClasses/result/extensionOverride.kt");