Extracted complex string concatenation bytecode test case into separate test data file.

This commit is contained in:
Mark Punzalan
2019-02-26 15:15:03 -08:00
committed by max-kammerer
parent d4d5a6011c
commit fc5eac26cd
4 changed files with 21 additions and 10 deletions
@@ -3214,6 +3214,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/stringOperations/kt19037.kt");
}
@TestMetadata("multipleNestedConcat.kt")
public void testMultipleNestedConcat() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/stringOperations/multipleNestedConcat.kt");
}
@TestMetadata("nestedConcat.kt")
public void testNestedConcat() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/stringOperations/nestedConcat.kt");