mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
Java: remove unuseful parser test (IDEA-305898)
GitOrigin-RevId: 1af85dda474342a1b70bedfd17ab6b469b93465c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c045040925
commit
0274e2096d
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.intellij.java.parser.annotationParsing;
|
||||
|
||||
import com.intellij.java.parser.AbstractBasicJavaParsingTestCase;
|
||||
@@ -34,7 +34,5 @@ public abstract class AbstractBasicAnnotationParsingTest extends AbstractBasicJa
|
||||
|
||||
public void testEnumSmartTypeCompletion() { doTest(true); }
|
||||
|
||||
public void testErrors() { doTest(true); }
|
||||
|
||||
public void testTypeAnnotations() { doTest(true); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user