diff --git a/compiler/testData/codegen/box/reflection/mapping/types/createType.kt b/compiler/testData/codegen/box/reflection/mapping/types/createType.kt index d0c7a6dcd0f..f1106283460 100644 --- a/compiler/testData/codegen/box/reflection/mapping/types/createType.kt +++ b/compiler/testData/codegen/box/reflection/mapping/types/createType.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/mapping/types/typeParameters.kt b/compiler/testData/codegen/box/reflection/mapping/types/typeParameters.kt index 17c650f95d8..15f1d4e67cd 100644 --- a/compiler/testData/codegen/box/reflection/mapping/types/typeParameters.kt +++ b/compiler/testData/codegen/box/reflection/mapping/types/typeParameters.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // WITH_REFLECT