From 4643f12a5f122d3b394c7b1acf87b81549e4d557 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Sat, 20 Feb 2021 21:35:48 +0300 Subject: [PATCH] Ignore JVM test in Native backend --- compiler/testData/codegen/box/javaInterop/generics/kt42825.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/box/javaInterop/generics/kt42825.kt b/compiler/testData/codegen/box/javaInterop/generics/kt42825.kt index 70ade460cbe..da1daecb5a6 100644 --- a/compiler/testData/codegen/box/javaInterop/generics/kt42825.kt +++ b/compiler/testData/codegen/box/javaInterop/generics/kt42825.kt @@ -1,6 +1,7 @@ // DONT_TARGET_EXACT_BACKEND: WASM // IGNORE_BACKEND: JS // IGNORE_BACKEND: JS_IR +// IGNORE_BACKEND: NATIVE // FILE: Processor.java public interface Processor {