diff --git a/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/advHighlighting7/AnnotationApplicability.java b/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/advHighlighting7/AnnotationApplicability.java deleted file mode 100644 index 2a312f98631c..000000000000 --- a/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/advHighlighting7/AnnotationApplicability.java +++ /dev/null @@ -1,8 +0,0 @@ -enum E -{ - @D - VAR -} - -@interface D { -} \ No newline at end of file diff --git a/java/java-tests/testSrc/com/intellij/codeInsight/daemon/LightAdvHighlightingJdk7Test.java b/java/java-tests/testSrc/com/intellij/codeInsight/daemon/LightAdvHighlightingJdk7Test.java index 41ef5fe88de1..437d63b59403 100644 --- a/java/java-tests/testSrc/com/intellij/codeInsight/daemon/LightAdvHighlightingJdk7Test.java +++ b/java/java-tests/testSrc/com/intellij/codeInsight/daemon/LightAdvHighlightingJdk7Test.java @@ -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); } }