Mute/unmute JVM backend tests for language version 1.4

This commit is contained in:
Alexander Udalov
2020-01-20 17:59:21 +01:00
parent f48bdc1fcb
commit 078b934580
4 changed files with 5 additions and 2 deletions
@@ -1,5 +1,6 @@
// !LANGUAGE: +ProperIeee754Comparisons
// IGNORE_BACKEND: JS
// IGNORE_BACKEND_FIR: JVM_IR
// ^ if (eq_double_any(0.0, 0)) throw AssertionError("eq_double_any(0.0, 0)")
fun eq_double_doubleN(a: Double, b: Double?) = a == b
@@ -1,5 +1,6 @@
// !LANGUAGE: +ProperIeee754Comparisons
// IGNORE_BACKEND: JS
// IGNORE_BACKEND_FIR: JVM_IR
// ^ if (eq_double_any(0.0, 0)) throw AssertionError("eq_double_any(0.0, 0)")
fun <A: Double, B: Double?> eq_double_doubleN(a: A, b: B) = a == b