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
+5
@@ -423,6 +423,11 @@ public class KlibIrTextTestCaseGenerated extends AbstractKlibIrTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/declarations/localVarInDoWhile.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mainFunctionMangling.kt")
|
||||
public void testMainFunctionMangling() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/mainFunctionMangling.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("packageLevelProperties.kt")
|
||||
public void testPackageLevelProperties() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/packageLevelProperties.kt");
|
||||
|
||||
Reference in New Issue
Block a user