IR text tests: New tests specifically for main functions mangling
^KT-57755
This commit is contained in:
committed by
Space Team
parent
af247c3344
commit
61282fcaeb
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user