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:
@@ -83,10 +83,6 @@ abstract class BaseJvmAbiTest : TestCase() {
|
|||||||
).toTypedArray()
|
).toTypedArray()
|
||||||
destination = compilation.destinationDir.canonicalPath
|
destination = compilation.destinationDir.canonicalPath
|
||||||
useOldBackend = !useIrBackend
|
useOldBackend = !useIrBackend
|
||||||
languageVersion =
|
|
||||||
if (directives != null)
|
|
||||||
InTextDirectivesUtils.findStringWithPrefixes(directives, "// LANGUAGE_VERSION:")
|
|
||||||
else null
|
|
||||||
noSourceDebugExtension =
|
noSourceDebugExtension =
|
||||||
directives != null && InTextDirectivesUtils.findStringWithPrefixes(directives, "// NO_SOURCE_DEBUG_EXTENSION") != null
|
directives != null && InTextDirectivesUtils.findStringWithPrefixes(directives, "// NO_SOURCE_DEBUG_EXTENSION") != null
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-2
@@ -1,3 +1,2 @@
|
|||||||
// LANGUAGE_VERSION: 1.6
|
|
||||||
// IGNORE_BACKEND_LEGACY: JVM
|
// IGNORE_BACKEND_LEGACY: JVM
|
||||||
// IGNORE_BACKEND: JVM
|
// IGNORE_BACKEND: JVM
|
||||||
|
|||||||
+1
-2
@@ -1,3 +1,2 @@
|
|||||||
// LANGUAGE_VERSION: 1.6
|
|
||||||
// IGNORE_BACKEND_LEGACY: JVM
|
// IGNORE_BACKEND_LEGACY: JVM
|
||||||
// IGNORE_BACKEND: JVM
|
// IGNORE_BACKEND: JVM
|
||||||
|
|||||||
-1
@@ -1,3 +1,2 @@
|
|||||||
// LANGUAGE_VERSION: 1.6
|
|
||||||
// IGNORE_BACKEND_LEGACY: JVM
|
// IGNORE_BACKEND_LEGACY: JVM
|
||||||
// IGNORE_BACKEND: JVM
|
// IGNORE_BACKEND: JVM
|
||||||
|
|||||||
Reference in New Issue
Block a user