JVM box tests for KT-24193

This commit is contained in:
Dmitry Petrov
2020-12-23 15:35:22 +03:00
committed by TeamCityServer
parent a8d848ccbd
commit ad8bed078f
5 changed files with 33 additions and 0 deletions
@@ -1371,6 +1371,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)
public static class Bridges extends AbstractLightAnalysisModeTest {
@TestMetadata("kt24193.kt")
public void ignoreKt24193() throws Exception {
runTest("compiler/testData/codegen/box/bridges/kt24193.kt");
}
private void runTest(String testDataFilePath) throws Exception {
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
}