From cd37301ea24348d26a889cbb5eb3bbe547d45fe4 Mon Sep 17 00:00:00 2001 From: Dmitry Petrov Date: Wed, 23 Sep 2020 16:15:41 +0300 Subject: [PATCH] Minor: TARGET_BACKEND=JVM in JVM-specific tests --- compiler/testData/codegen/box/annotations/annotationTargets.kt | 1 + .../argumentOrderInObjectSuperCallWithPlatformType.kt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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() {