Minor. Update test

This commit is contained in:
Ilmir Usmanov
2022-02-16 15:29:06 +01:00
committed by teamcity
parent 480c15277d
commit 05457c291d
9 changed files with 12 additions and 9 deletions
@@ -16326,7 +16326,7 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
@Test
@TestMetadata("kt51254.kt")
public void testKt51254() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/kt51254.kt");
runTest("compiler/testData/codegen/box/inlineClasses/kt51254.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation());
}
@Test
@@ -16290,7 +16290,7 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
@Test
@TestMetadata("kt51254.kt")
public void testKt51254() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/kt51254.kt");
runTest("compiler/testData/codegen/box/inlineClasses/kt51254.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation());
}
@Test
@@ -13719,7 +13719,7 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
@TestMetadata("kt51254.kt")
public void testKt51254() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/kt51254.kt");
runTest("compiler/testData/codegen/box/inlineClasses/kt51254.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation());
}
@TestMetadata("mangledDefaultParameterFunction.kt")