JVM: add tests fixed by the last two commits
One was broken on JVM, the other on JVM_IR.
This commit is contained in:
+10
@@ -4044,6 +4044,16 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
public void testSimpleNamed() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/simpleNamed.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("withCapturedInlineLambda.kt")
|
||||
public void testWithCapturedInlineLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/withCapturedInlineLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("withCapturedInlineLambda2.kt")
|
||||
public void testWithCapturedInlineLambda2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline/withCapturedInlineLambda2.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/boxInline/suspend/receiver")
|
||||
|
||||
Reference in New Issue
Block a user