duplicate annotations

This commit is contained in:
Alexey Kudravtsev
2010-08-23 13:30:20 +04:00
parent def55b079d
commit 48245a1a3a
3 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
doTest(BASE_PATH + "/" + getTestName(false) + ".java", checkWarnings, checkInfos);
}
public void testDuplicatedAnnotations() throws Exception {
public void testDuplicateAnnotations() throws Exception {
doTest(false, false);
}