Remove FULL_JDK from AbstractForeignAnnotationsTest tests

This commit is contained in:
Mikhael Bogdanov
2020-02-27 13:52:32 +01:00
parent 59679476f6
commit 0a8454d5fc
2 changed files with 1 additions and 3 deletions
@@ -1,5 +1,5 @@
// JSR305_GLOBAL_REPORT warn
// FULL_JDK
// FILE: J.java
import java.util.*;
@@ -54,8 +54,6 @@ abstract class AbstractForeignAnnotationsTest : AbstractDiagnosticsTest() {
override fun getConfigurationKind(): ConfigurationKind = ConfigurationKind.ALL
override fun getTestJdkKind(testFiles: List<TestFile>): TestJdkKind = TestJdkKind.FULL_JDK
open protected val annotationsPath: String
get() = FOREIGN_ANNOTATIONS_SOURCES_PATH