Fix typo in test name: inlinInDefault -> inlineInDefault

This commit is contained in:
Ivan Kylchik
2022-12-21 18:30:17 +01:00
committed by Space Team
parent 14b876546d
commit 0af4ef8ee9
25 changed files with 250 additions and 250 deletions
@@ -4115,18 +4115,6 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt");
}
@Test
@TestMetadata("inlinInDefault.kt")
public void testInlinInDefault() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt");
}
@Test
@TestMetadata("inlinInDefault2.kt")
public void testInlinInDefault2() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt");
}
@Test
@TestMetadata("inlineAnonymousInDefault.kt")
public void testInlineAnonymousInDefault() throws Exception {
@@ -4139,6 +4127,18 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt");
}
@Test
@TestMetadata("inlineInDefault.kt")
public void testInlineInDefault() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt");
}
@Test
@TestMetadata("inlineInDefault2.kt")
public void testInlineInDefault2() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt");
}
@Test
@TestMetadata("kt21827.kt")
public void testKt21827() throws Exception {
@@ -4115,18 +4115,6 @@ public class FirJsCodegenInlineTestGenerated extends AbstractFirJsCodegenInlineT
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt");
}
@Test
@TestMetadata("inlinInDefault.kt")
public void testInlinInDefault() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt");
}
@Test
@TestMetadata("inlinInDefault2.kt")
public void testInlinInDefault2() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt");
}
@Test
@TestMetadata("inlineAnonymousInDefault.kt")
public void testInlineAnonymousInDefault() throws Exception {
@@ -4139,6 +4127,18 @@ public class FirJsCodegenInlineTestGenerated extends AbstractFirJsCodegenInlineT
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt");
}
@Test
@TestMetadata("inlineInDefault.kt")
public void testInlineInDefault() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt");
}
@Test
@TestMetadata("inlineInDefault2.kt")
public void testInlineInDefault2() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt");
}
@Test
@TestMetadata("kt21827.kt")
public void testKt21827() throws Exception {
@@ -4115,18 +4115,6 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt");
}
@Test
@TestMetadata("inlinInDefault.kt")
public void testInlinInDefault() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt");
}
@Test
@TestMetadata("inlinInDefault2.kt")
public void testInlinInDefault2() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt");
}
@Test
@TestMetadata("inlineAnonymousInDefault.kt")
public void testInlineAnonymousInDefault() throws Exception {
@@ -4139,6 +4127,18 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt");
}
@Test
@TestMetadata("inlineInDefault.kt")
public void testInlineInDefault() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt");
}
@Test
@TestMetadata("inlineInDefault2.kt")
public void testInlineInDefault2() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt");
}
@Test
@TestMetadata("kt21827.kt")
public void testKt21827() throws Exception {
@@ -4115,18 +4115,6 @@ public class IrJsES6CodegenInlineTestGenerated extends AbstractIrJsES6CodegenInl
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt");
}
@Test
@TestMetadata("inlinInDefault.kt")
public void testInlinInDefault() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt");
}
@Test
@TestMetadata("inlinInDefault2.kt")
public void testInlinInDefault2() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt");
}
@Test
@TestMetadata("inlineAnonymousInDefault.kt")
public void testInlineAnonymousInDefault() throws Exception {
@@ -4139,6 +4127,18 @@ public class IrJsES6CodegenInlineTestGenerated extends AbstractIrJsES6CodegenInl
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt");
}
@Test
@TestMetadata("inlineInDefault.kt")
public void testInlineInDefault() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt");
}
@Test
@TestMetadata("inlineInDefault2.kt")
public void testInlineInDefault2() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt");
}
@Test
@TestMetadata("kt21827.kt")
public void testKt21827() throws Exception {