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
@@ -0,0 +1,4 @@
|
||||
not/existing/path
|
||||
-d
|
||||
$TEMP_DIR$
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
error: source file or directory not found: not/existing/path
|
||||
COMPILATION_ERROR
|
||||
@@ -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