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:
Alexander Udalov
2020-02-12 14:21:55 +01:00
parent 9c9e13d93e
commit d5987fd7f3
11 changed files with 23 additions and 50 deletions
@@ -216,11 +216,6 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/annotations/varargInAnnotationParameter.kt");
}
@TestMetadata("wrongAnnotationArgumentInCtor.kt")
public void testWrongAnnotationArgumentInCtor() throws Exception {
runTest("compiler/testData/codegen/box/annotations/wrongAnnotationArgumentInCtor.kt");
}
@TestMetadata("compiler/testData/codegen/box/annotations/annotatedLambda")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)