CLI: fix confusing error message about JvmDefault
#KT-58351 Fixed
This commit is contained in:
committed by
Space Team
parent
8106505166
commit
b72b1ad7cd
@@ -840,6 +840,11 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/jvmDefaultAll.args");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmDefaultIncorrectValue.args")
|
||||
public void testJvmDefaultIncorrectValue() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/jvmDefaultIncorrectValue.args");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmIrByDefault1_4.args")
|
||||
public void testJvmIrByDefault1_4() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/jvmIrByDefault1_4.args");
|
||||
|
||||
Reference in New Issue
Block a user