Minor, move wrongAnnotationArgumentInCtor.kt to CLI tests
The fact that this was a codegen box test was probably an abuse of the testing infrastructure. It was never meant to pass, since it checks presence of an error, and diagnostic tests aren't enough since they might not check the full compiler execution.
This commit is contained in:
@@ -735,6 +735,11 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/wrongAbiVersion.args");
|
||||
}
|
||||
|
||||
@TestMetadata("wrongAnnotationArgumentInCtor.args")
|
||||
public void testWrongAnnotationArgumentInCtor() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/wrongAnnotationArgumentInCtor.args");
|
||||
}
|
||||
|
||||
@TestMetadata("wrongArgument.args")
|
||||
public void testWrongArgument() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/wrongArgument.args");
|
||||
|
||||
Reference in New Issue
Block a user