From d0e28d7c8daed84f17137a171b1d8f0cb4437715 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Mon, 30 Mar 2020 18:31:50 +0300 Subject: [PATCH] Ignore Java-sepcific test in Native --- .../box/constants/numberLiteralCoercionToInferredType.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/constants/numberLiteralCoercionToInferredType.kt b/compiler/testData/codegen/box/constants/numberLiteralCoercionToInferredType.kt index d682ddeccec..21d5e9e0f87 100644 --- a/compiler/testData/codegen/box/constants/numberLiteralCoercionToInferredType.kt +++ b/compiler/testData/codegen/box/constants/numberLiteralCoercionToInferredType.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS, JS_IR +// IGNORE_BACKEND: JS, JS_IR, NATIVE // IGNORE_BACKEND_FIR: JVM_IR // WITH_RUNTIME