JVM box tests for KT-30402

This commit is contained in:
Dmitry Petrov
2020-12-29 16:27:04 +03:00
parent 1314adb6f7
commit 81e00ca371
9 changed files with 54 additions and 0 deletions
@@ -30280,6 +30280,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)
public static class UnsignedTypes extends AbstractLightAnalysisModeTest {
@TestMetadata("kt30402.kt")
public void ignoreKt30402() throws Exception {
runTest("compiler/testData/codegen/box/unsignedTypes/kt30402.kt");
}
private void runTest(String testDataFilePath) throws Exception {
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
}