EA-53937: Drop failing assertion about no-name val in annotation

This commit is contained in:
Denis Zharkov
2015-06-02 13:40:09 +03:00
parent 0e718fbaab
commit 8da3f53404
4 changed files with 18 additions and 1 deletions
@@ -765,6 +765,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("noNameProperty.kt")
public void testNoNameProperty() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/annotations/noNameProperty.kt");
doTest(fileName);
}
@TestMetadata("NonAnnotationClass.kt")
public void testNonAnnotationClass() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/annotations/NonAnnotationClass.kt");