IR: add a test about maximum number of constants in an enum class

This commit is contained in:
Jinseong Jeon
2021-01-04 00:26:29 -08:00
committed by Alexander Udalov
parent 0a8858fbfe
commit f8f08e8134
5 changed files with 434 additions and 0 deletions
@@ -11044,6 +11044,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)
public static class Enum extends AbstractLightAnalysisModeTest {
@TestMetadata("bigEnum.kt")
public void ignoreBigEnum() throws Exception {
runTest("compiler/testData/codegen/box/enum/bigEnum.kt");
}
private void runTest(String testDataFilePath) throws Exception {
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
}