From a439860e129b88856358a0a522b8e61850fd7761 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Fri, 2 Oct 2020 23:37:46 +0300 Subject: [PATCH] Replace IGNORE_BACKENDs to TARGET_BACKEND for the Java test --- .../box/inference/subtypingOfIntersectionIltInsideFlexible.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/testData/codegen/box/inference/subtypingOfIntersectionIltInsideFlexible.kt b/compiler/testData/codegen/box/inference/subtypingOfIntersectionIltInsideFlexible.kt index e27220e3351..968ac997ae3 100644 --- a/compiler/testData/codegen/box/inference/subtypingOfIntersectionIltInsideFlexible.kt +++ b/compiler/testData/codegen/box/inference/subtypingOfIntersectionIltInsideFlexible.kt @@ -1,5 +1,4 @@ -// IGNORE_BACKEND: JS -// IGNORE_BACKEND: JS_IR +// TARGET_BACKEND: JVM // FILE: Bar.java public class Bar {