Fix typo in test name: inlinInDefault -> inlineInDefault
This commit is contained in:
Generated
+10
-10
@@ -3760,16 +3760,6 @@ public class IrCodegenBoxInlineWasmTestGenerated extends AbstractIrCodegenBoxInl
|
||||
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlinInDefault.kt")
|
||||
public void testInlinInDefault() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlinInDefault2.kt")
|
||||
public void testInlinInDefault2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineAnonymousInDefault.kt")
|
||||
public void testInlineAnonymousInDefault() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault.kt");
|
||||
@@ -3780,6 +3770,16 @@ public class IrCodegenBoxInlineWasmTestGenerated extends AbstractIrCodegenBoxInl
|
||||
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineInDefault.kt")
|
||||
public void testInlineInDefault() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineInDefault2.kt")
|
||||
public void testInlineInDefault2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt21827.kt")
|
||||
public void testKt21827() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/kt21827.kt");
|
||||
|
||||
Reference in New Issue
Block a user