[CLI] Prohibit passing HMPP module structure with CLI arguments to metadata compiler
^KT-57644 Fixed
This commit is contained in:
committed by
Space Team
parent
b9c61bbc60
commit
96e9d690a6
@@ -1594,6 +1594,11 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/metadata/anonymousObjectTypeWithFir.args");
|
||||
}
|
||||
|
||||
@TestMetadata("hmppModules.args")
|
||||
public void testHmppModules() throws Exception {
|
||||
runTest("compiler/testData/cli/metadata/hmppModules.args");
|
||||
}
|
||||
|
||||
@TestMetadata("inheritorOfExpectSealedClass.args")
|
||||
public void testInheritorOfExpectSealedClass() throws Exception {
|
||||
runTest("compiler/testData/cli/metadata/inheritorOfExpectSealedClass.args");
|
||||
@@ -1653,10 +1658,5 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
public void testOptionalExpectationUsageWithFir() throws Exception {
|
||||
runTest("compiler/testData/cli/metadata/optionalExpectationUsageWithFir.args");
|
||||
}
|
||||
|
||||
@TestMetadata("successfulHmpp.args")
|
||||
public void testSuccessfulHmpp() throws Exception {
|
||||
runTest("compiler/testData/cli/metadata/successfulHmpp.args");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user