[FIR] Support FIR version of all-open plugin
This commit is contained in:
committed by
teamcity
parent
4003ca0691
commit
22ebea8174
@@ -369,6 +369,11 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/fileClassClashMultipleFiles.args");
|
||||
}
|
||||
|
||||
@TestMetadata("firAllOpenPlugin.args")
|
||||
public void testFirAllOpenPlugin() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/firAllOpenPlugin.args");
|
||||
}
|
||||
|
||||
@TestMetadata("firDfa.args")
|
||||
public void testFirDfa() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/firDfa.args");
|
||||
|
||||
Reference in New Issue
Block a user