FIR: Unignore FIR2IR test

This commit is contained in:
Denis Zharkov
2020-02-27 19:01:32 +03:00
parent 53454a783c
commit fbf4abf0cf
@@ -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')
}
}