diff --git a/compiler/testData/codegen/box/coroutines/kt56407.kt b/compiler/testData/codegen/box/coroutines/kt56407.kt index b86345c8edf..4410fca8642 100644 --- a/compiler/testData/codegen/box/coroutines/kt56407.kt +++ b/compiler/testData/codegen/box/coroutines/kt56407.kt @@ -1,6 +1,6 @@ // WITH_STDLIB -// CHECK_BYTECODE_LISTING -// IGNORE_INLINER: IR +// CHECK_BYTECODE_LISTING___ // Temporary turn off the directive, revert after the next bootstrapt advance +// IGNORE_INLINER___: IR // Temporary turn off the directive, revert after the next bootstrapt advance import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/valueClasses/functionReferences.kt b/compiler/testData/codegen/box/valueClasses/functionReferences.kt index 495d136418b..dbc561cb12f 100644 --- a/compiler/testData/codegen/box/valueClasses/functionReferences.kt +++ b/compiler/testData/codegen/box/valueClasses/functionReferences.kt @@ -1,4 +1,4 @@ -// CHECK_BYTECODE_LISTING +// CHECK_BYTECODE_LISTING___ // Temporary turn off the directive, revert after the next bootstrapt advance // WITH_STDLIB // WITH_COROUTINES // TARGET_BACKEND: JVM_IR diff --git a/compiler/testData/codegen/box/valueClasses/inlineFunctions.kt b/compiler/testData/codegen/box/valueClasses/inlineFunctions.kt index fe143e661f3..e6cee7b1097 100644 --- a/compiler/testData/codegen/box/valueClasses/inlineFunctions.kt +++ b/compiler/testData/codegen/box/valueClasses/inlineFunctions.kt @@ -1,6 +1,6 @@ // LANGUAGE: +ValueClasses // TARGET_BACKEND: JVM_IR -// CHECK_BYTECODE_LISTING +// CHECK_BYTECODE_LISTING___ // Temporary turn off the directive, revert after the next bootstrapt advance // WITH_STDLIB // CHECK_BYTECODE_TEXT // FIR_IDENTICAL