Duplicate test dropped

This commit is contained in:
Roman Shevchenko
2012-11-30 20:19:26 +01:00
parent 1e409503da
commit 1c95e8a529
2 changed files with 0 additions and 9 deletions
@@ -1,8 +0,0 @@
enum E
{
@D
VAR
}
@interface D {
}
@@ -158,5 +158,4 @@ public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
public void testUncheckedWarningIDEA60166() throws Exception { doTest(true, false); }
public void testUncheckedWarningIDEA21432() throws Exception { doTest(true, false); }
public void testUncheckedWarningIDEA26738() throws Exception { doTest(true, false); }
public void testAnnotationApplicability() throws Exception { doTest(true, false); }
}