From 260f66183cd10285a89aca169e92a0d979a2792d Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Mon, 5 Oct 2020 16:55:46 +0300 Subject: [PATCH] Don't ignore the test on JS backend as it doesn't fail any more. --- .../reflection/typeOf/noReflect/typeReferenceEqualsHashCode.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/reflection/typeOf/noReflect/typeReferenceEqualsHashCode.kt b/compiler/testData/codegen/box/reflection/typeOf/noReflect/typeReferenceEqualsHashCode.kt index b16accb3a1d..2e06a4c8c46 100644 --- a/compiler/testData/codegen/box/reflection/typeOf/noReflect/typeReferenceEqualsHashCode.kt +++ b/compiler/testData/codegen/box/reflection/typeOf/noReflect/typeReferenceEqualsHashCode.kt @@ -1,6 +1,6 @@ // !USE_EXPERIMENTAL: kotlin.ExperimentalStdlibApi // !LANGUAGE: +NewInference -// IGNORE_BACKEND: JS, JS_IR +// IGNORE_BACKEND: JS_IR // IGNORE_BACKEND: JS_IR_ES6 // WITH_RUNTIME