JS IR: unmute tests

This commit is contained in:
Anton Bannykh
2018-07-04 15:15:40 +03:00
parent 65846d783d
commit 07b3b66fd9
102 changed files with 2 additions and 101 deletions
@@ -1,5 +1,4 @@
// !LANGUAGE: +ProperIeee754Comparisons
// IGNORE_BACKEND: JS_IR
fun eqDI(x: Any?, y: Any?) = x is Double? && y is Int? && x == y
fun eqDL(x: Any?, y: Any?) = x is Double? && y is Long? && x == y
@@ -1,5 +1,4 @@
// !LANGUAGE: +ProperIeee754Comparisons
// IGNORE_BACKEND: JS_IR
val minus: Any = -0.0