JVM_IR KT-47984 use stack size calculator from ASM
This commit is contained in:
committed by
TeamCityServer
parent
5096e8c5c4
commit
edd2ca775b
+6
@@ -18131,6 +18131,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
public void testSuspensionPointInsideArgument() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/suspensionPointInsideArgument.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("withLogFile.kt")
|
||||
public void testWithLogFile() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/withLogFile.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -18275,6 +18275,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
public void testSuspensionPointInsideArgument() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/suspensionPointInsideArgument.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("withLogFile.kt")
|
||||
public void testWithLogFile() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/withLogFile.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user