From a9c072f826122eccdb681e9aaef40bfd8c0146c7 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Thu, 3 Dec 2020 17:02:35 +0100 Subject: [PATCH] Regenerate compiler tests --- .../kotlin/codegen/LightAnalysisModeTestGenerated.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java b/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java index b858d41dc56..6cffdcee944 100644 --- a/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java +++ b/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java @@ -30849,11 +30849,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes @TestDataPath("$PROJECT_ROOT") @RunWith(JUnit3RunnerWithInners.class) public static class ToArray extends AbstractLightAnalysisModeTest { - @TestMetadata("toArrayFromJava.kt") - public void ignoreToArrayFromJava() throws Exception { - runTest("compiler/testData/codegen/box/toArray/toArrayFromJava.kt"); - } - private void runTest(String testDataFilePath) throws Exception { KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath); } @@ -30887,6 +30882,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes runTest("compiler/testData/codegen/box/toArray/toArrayAlreadyPresent.kt"); } + @TestMetadata("toArrayFromJava.kt") + public void testToArrayFromJava() throws Exception { + runTest("compiler/testData/codegen/box/toArray/toArrayFromJava.kt"); + } + @TestMetadata("toArrayShouldBePublic.kt") public void testToArrayShouldBePublic() throws Exception { runTest("compiler/testData/codegen/box/toArray/toArrayShouldBePublic.kt");