Minor. Fix test
This commit is contained in:
+3
-3
@@ -1111,9 +1111,9 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
runTest("compiler/testData/codegen/boxInline/complexStack/asCheck2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("breaContinuekInInlineLambdaArgument.kt")
|
||||
public void testBreaContinuekInInlineLambdaArgument() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/complexStack/breaContinuekInInlineLambdaArgument.kt");
|
||||
@TestMetadata("breakContinueInInlineLambdaArgument.kt")
|
||||
public void testBreakContinueInInlineLambdaArgument() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/complexStack/breakContinueInInlineLambdaArgument.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("simple.kt")
|
||||
|
||||
Reference in New Issue
Block a user