[FIR] Implement support of MPP in JS CLI
This commit is contained in:
committed by
Space Team
parent
d401ff7b09
commit
f3e3cc0037
@@ -1225,6 +1225,11 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/js/fir.args");
|
||||
}
|
||||
|
||||
@TestMetadata("firMpp.args")
|
||||
public void testFirMpp() throws Exception {
|
||||
runTest("compiler/testData/cli/js/firMpp.args");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineCycle.args")
|
||||
public void testInlineCycle() throws Exception {
|
||||
runTest("compiler/testData/cli/js/inlineCycle.args");
|
||||
|
||||
Reference in New Issue
Block a user