diff --git a/compiler/testData/codegen/box/annotations/annotationTargets.kt b/compiler/testData/codegen/box/annotations/annotationTargets.kt index cbf204c1074..0f97278cf21 100644 --- a/compiler/testData/codegen/box/annotations/annotationTargets.kt +++ b/compiler/testData/codegen/box/annotations/annotationTargets.kt @@ -1,3 +1,4 @@ +// TARGET_BACKEND: JVM // WITH_RUNTIME // FULL_JDK diff --git a/compiler/testData/codegen/box/argumentOrder/argumentOrderInObjectSuperCallWithPlatformType.kt b/compiler/testData/codegen/box/argumentOrder/argumentOrderInObjectSuperCallWithPlatformType.kt index 8502dde7267..dc4cca17055 100644 --- a/compiler/testData/codegen/box/argumentOrder/argumentOrderInObjectSuperCallWithPlatformType.kt +++ b/compiler/testData/codegen/box/argumentOrder/argumentOrderInObjectSuperCallWithPlatformType.kt @@ -1,4 +1,4 @@ -// TARGET_PLATFORM: JVM +// TARGET_BACKEND: JVM // FILE: A.java public class A { public static String f() {