Regenerate compiler tests
This commit is contained in:
+5
-5
@@ -30849,11 +30849,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
|||||||
@TestDataPath("$PROJECT_ROOT")
|
@TestDataPath("$PROJECT_ROOT")
|
||||||
@RunWith(JUnit3RunnerWithInners.class)
|
@RunWith(JUnit3RunnerWithInners.class)
|
||||||
public static class ToArray extends AbstractLightAnalysisModeTest {
|
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 {
|
private void runTest(String testDataFilePath) throws Exception {
|
||||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
|
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
|
||||||
}
|
}
|
||||||
@@ -30887,6 +30882,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
|||||||
runTest("compiler/testData/codegen/box/toArray/toArrayAlreadyPresent.kt");
|
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")
|
@TestMetadata("toArrayShouldBePublic.kt")
|
||||||
public void testToArrayShouldBePublic() throws Exception {
|
public void testToArrayShouldBePublic() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/toArray/toArrayShouldBePublic.kt");
|
runTest("compiler/testData/codegen/box/toArray/toArrayShouldBePublic.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user