From 5111d1721a0a5a6736451a2eade17f4cd2b3b25f Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Wed, 15 Jan 2020 17:27:26 +0300 Subject: [PATCH] [TEST] Add js runtime to failing box test --- .../testData/codegen/box/callableReference/function/kt32462.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/box/callableReference/function/kt32462.kt b/compiler/testData/codegen/box/callableReference/function/kt32462.kt index 5a89f56cd65..2ecc89e260f 100644 --- a/compiler/testData/codegen/box/callableReference/function/kt32462.kt +++ b/compiler/testData/codegen/box/callableReference/function/kt32462.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +NewInference // IGNORE_BACKEND_FIR: JVM_IR +// KJS_WITH_FULL_RUNTIME // WITH_RUNTIME // ISSUE: KT-32462