Restore -Xjsr305-annotations flag as a deprecated
This commit is contained in:
@@ -218,6 +218,24 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
doJvmTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("jsr305DeprecatedEnable.args")
|
||||
public void testJsr305DeprecatedEnable() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/cli/jvm/jsr305DeprecatedEnable.args");
|
||||
doJvmTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("jsr305DeprecatedIgnore.args")
|
||||
public void testJsr305DeprecatedIgnore() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/cli/jvm/jsr305DeprecatedIgnore.args");
|
||||
doJvmTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("jsr305DeprecatedWarn.args")
|
||||
public void testJsr305DeprecatedWarn() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/cli/jvm/jsr305DeprecatedWarn.args");
|
||||
doJvmTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("jsr305Ignore.args")
|
||||
public void testJsr305Ignore() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/cli/jvm/jsr305Ignore.args");
|
||||
|
||||
Reference in New Issue
Block a user