Regenerate compiler tests

This commit is contained in:
Alexander Udalov
2020-12-03 17:02:35 +01:00
parent caea0a9df0
commit a9c072f826
@@ -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");