From fbf4abf0cf3c56d9944581f848c90c705d6157b4 Mon Sep 17 00:00:00 2001 From: Denis Zharkov Date: Thu, 27 Feb 2020 19:01:32 +0300 Subject: [PATCH] FIR: Unignore FIR2IR test --- .../codegen/box/binaryOp/kt23030_properIeee754comparisons.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/testData/codegen/box/binaryOp/kt23030_properIeee754comparisons.kt b/compiler/testData/codegen/box/binaryOp/kt23030_properIeee754comparisons.kt index 1b44c77936e..75ab06bb246 100644 --- a/compiler/testData/codegen/box/binaryOp/kt23030_properIeee754comparisons.kt +++ b/compiler/testData/codegen/box/binaryOp/kt23030_properIeee754comparisons.kt @@ -1,5 +1,4 @@ // !LANGUAGE: +ProperIeee754Comparisons -// IGNORE_BACKEND_FIR: JVM_IR class C { operator fun Int.compareTo(c: Char) = 0 @@ -13,4 +12,4 @@ class C { fun box(): String { return C().foo(42, 'O') -} \ No newline at end of file +}