Report error on non-existent classpath in -Xplugin

#KT-52380 Fixed
This commit is contained in:
Alexander Udalov
2022-05-25 00:52:37 +02:00
parent c45a3d39b1
commit 70121f0c78
6 changed files with 25 additions and 7 deletions
@@ -784,6 +784,11 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/nonExistingPhaseName.args");
}
@TestMetadata("nonExistingPluginClassPath.args")
public void testNonExistingPluginClassPath() throws Exception {
runTest("compiler/testData/cli/jvm/nonExistingPluginClassPath.args");
}
@TestMetadata("nonExistingSourcePath.args")
public void testNonExistingSourcePath() throws Exception {
runTest("compiler/testData/cli/jvm/nonExistingSourcePath.args");