Unmute additional FIR black box tests

This was result of comparison commits together (?) with override commits
This commit is contained in:
Mikhail Glukhikh
2020-02-28 00:31:26 +03:00
parent 9e69ffad36
commit d5fbd93fe6
5 changed files with 0 additions and 5 deletions
@@ -1,5 +1,4 @@
// !LANGUAGE: +ProperIeee754Comparisons
// IGNORE_BACKEND_FIR: JVM_IR
fun ltDD(x: Comparable<Double>, y: Double) =
x is Double && x < y