IR text tests: New tests specifically for main functions mangling

^KT-57755
This commit is contained in:
Dmitriy Dolovov
2023-12-18 17:00:16 +01:00
committed by Space Team
parent af247c3344
commit 61282fcaeb
18 changed files with 696 additions and 0 deletions
@@ -480,6 +480,12 @@ public class ClassicNativeIrTextTestGenerated extends AbstractClassicNativeIrTex
runTest("compiler/testData/ir/irText/declarations/localVarInDoWhile.kt");
}
@Test
@TestMetadata("mainFunctionMangling.kt")
public void testMainFunctionMangling() throws Exception {
runTest("compiler/testData/ir/irText/declarations/mainFunctionMangling.kt");
}
@Test
@TestMetadata("packageLevelProperties.kt")
public void testPackageLevelProperties() throws Exception {
@@ -480,6 +480,12 @@ public class FirLightTreeNativeIrTextTestGenerated extends AbstractFirLightTreeN
runTest("compiler/testData/ir/irText/declarations/localVarInDoWhile.kt");
}
@Test
@TestMetadata("mainFunctionMangling.kt")
public void testMainFunctionMangling() throws Exception {
runTest("compiler/testData/ir/irText/declarations/mainFunctionMangling.kt");
}
@Test
@TestMetadata("packageLevelProperties.kt")
public void testPackageLevelProperties() throws Exception {
@@ -480,6 +480,12 @@ public class FirPsiNativeIrTextTestGenerated extends AbstractFirPsiNativeIrTextT
runTest("compiler/testData/ir/irText/declarations/localVarInDoWhile.kt");
}
@Test
@TestMetadata("mainFunctionMangling.kt")
public void testMainFunctionMangling() throws Exception {
runTest("compiler/testData/ir/irText/declarations/mainFunctionMangling.kt");
}
@Test
@TestMetadata("packageLevelProperties.kt")
public void testPackageLevelProperties() throws Exception {