Minor, remove obsolete directives from jvm-abi-gen tests

Language version 1.6 was needed in these tests to enable annotation
instantiation, but that feature is now enabled by default.
This commit is contained in:
Alexander Udalov
2022-07-17 02:31:05 +02:00
parent 6e1cddd039
commit e83819e682
4 changed files with 2 additions and 9 deletions
@@ -83,10 +83,6 @@ abstract class BaseJvmAbiTest : TestCase() {
).toTypedArray()
destination = compilation.destinationDir.canonicalPath
useOldBackend = !useIrBackend
languageVersion =
if (directives != null)
InTextDirectivesUtils.findStringWithPrefixes(directives, "// LANGUAGE_VERSION:")
else null
noSourceDebugExtension =
directives != null && InTextDirectivesUtils.findStringWithPrefixes(directives, "// NO_SOURCE_DEBUG_EXTENSION") != null
}
@@ -1,3 +1,2 @@
// LANGUAGE_VERSION: 1.6
// IGNORE_BACKEND_LEGACY: JVM
// IGNORE_BACKEND: JVM
// IGNORE_BACKEND: JVM
@@ -1,3 +1,2 @@
// LANGUAGE_VERSION: 1.6
// IGNORE_BACKEND_LEGACY: JVM
// IGNORE_BACKEND: JVM
// IGNORE_BACKEND: JVM
@@ -1,3 +1,2 @@
// LANGUAGE_VERSION: 1.6
// IGNORE_BACKEND_LEGACY: JVM
// IGNORE_BACKEND: JVM