Use common assertion in ir-tests and proper arithmetic flag
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// !LANGUAGE: +ProperIeee754Comparisons
|
||||
fun eqeq(x: Any, y: Any) =
|
||||
x is Double && y is Double && x == y
|
||||
|
||||
|
||||
Reference in New Issue
Block a user