JVM_IR KT-13213 split string constants into parts of acceptable length
This commit is contained in:
committed by
TeamCityServer
parent
3f287d344e
commit
5d4b0b19d4
+10
@@ -29050,6 +29050,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class Strings extends AbstractLightAnalysisModeTest {
|
||||
@TestMetadata("kt13213.kt")
|
||||
public void ignoreKt13213() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt13213.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt13213a.kt")
|
||||
public void ignoreKt13213a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt13213a.kt");
|
||||
}
|
||||
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user