Tests: remove duplicate LANGUAGE test directives

To help them run on the old infrastructure, which light analysis tests
are still using.
This commit is contained in:
Alexander Udalov
2023-05-31 00:13:56 +02:00
committed by Space Team
parent be4df35867
commit 23fb96378e
4 changed files with 1 additions and 5 deletions
@@ -1,7 +1,6 @@
// WITH_STDLIB
// TARGET_BACKEND: JVM_IR
// LANGUAGE: +ValueClasses
// LANGUAGE: +GenericInlineClassParameter
// LANGUAGE: +ValueClasses, +GenericInlineClassParameter
// CHECK_BYTECODE_LISTING
interface AbstractPoint<T> {
@@ -2,7 +2,6 @@
// LANGUAGE: +ValueClasses
// TARGET_BACKEND: JVM_IR
// WORKS_WHEN_VALUE_CLASS
// LANGUAGE: +ValueClasses
OPTIONAL_JVM_INLINE_ANNOTATION
value class Z(val x: Int, val y: Int) {
@@ -2,7 +2,6 @@
// LANGUAGE: +ValueClasses
// TARGET_BACKEND: JVM_IR
// WORKS_WHEN_VALUE_CLASS
// LANGUAGE: +ValueClasses
OPTIONAL_JVM_INLINE_ANNOTATION
value class Z(val x: Int, val y: Int) {