[TESTS] Move global directives outside file scope

This commit is contained in:
Ivan Kylchik
2021-09-07 21:17:45 +03:00
parent 596cbdfb71
commit f4bbcdc013
19 changed files with 19 additions and 19 deletions
@@ -3,8 +3,8 @@
// IGNORE_BACKEND: JS
// IGNORE_BACKEND_FIR: JVM_IR
// NO_CHECK_LAMBDA_INLINING
// FILE: 1.kt
// KJS_WITH_FULL_RUNTIME
// FILE: 1.kt
package test
@@ -1,8 +1,8 @@
// WITH_RUNTIME
// !LANGUAGE: +UseCorrectExecutionOrderForVarargArguments
// NO_CHECK_LAMBDA_INLINING
// FILE: 1.kt
// KJS_WITH_FULL_RUNTIME
// FILE: 1.kt
package test
@@ -7,8 +7,8 @@
// IGNORE_BACKEND_MULTI_MODULE: JVM_IR, JVM_MULTI_MODULE_IR_AGAINST_OLD
// IGNORE_BACKEND_FIR: JVM_IR
// NO_CHECK_LAMBDA_INLINING
// FILE: 1.kt
// KJS_WITH_FULL_RUNTIME
// FILE: 1.kt
package test
open class A(val value: String)
@@ -1,8 +1,8 @@
// WITH_RUNTIME
// !LANGUAGE: +UseCorrectExecutionOrderForVarargArguments
// NO_CHECK_LAMBDA_INLINING
// FILE: 1.kt
// KJS_WITH_FULL_RUNTIME
// FILE: 1.kt
package test
open class A(val value: String)