LV 2.0: add "not existing source path" test which uses K2
This commit is contained in:
committed by
Space Team
parent
e4b70e7788
commit
198aa675cc
@@ -1010,6 +1010,11 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/nonExistingSourcePath.args");
|
||||
}
|
||||
|
||||
@TestMetadata("nonExistingSourcePathK2.args")
|
||||
public void testNonExistingSourcePathK2() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/nonExistingSourcePathK2.args");
|
||||
}
|
||||
|
||||
@TestMetadata("nonLocalDisabled.args")
|
||||
public void testNonLocalDisabled() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/nonLocalDisabled.args");
|
||||
|
||||
Reference in New Issue
Block a user