[JS BE] mutes tests for JS_IR_ES6, which muted for JS_IR
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// IGNORE_BACKEND: JS_IR_ES6
|
||||
// IGNORE_BACKEND: JS
|
||||
// reason - no error from division by zero in JS
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
// It doesn't work on JS due to how numbers are represented, but it could be changed in the future.
|
||||
// IGNORE_BACKEND: JS
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// IGNORE_BACKEND: JS_IR_ES6
|
||||
|
||||
fun eq_double_any(a: Double, b: Any) = a == b
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
// It doesn't work on JS due to how numbers are represented, but it could be changed in the future.
|
||||
// IGNORE_BACKEND: JS
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// IGNORE_BACKEND: JS_IR_ES6
|
||||
|
||||
fun <A: Double, B: Any> eq_double_any(a: A, b: B) = a == b
|
||||
|
||||
|
||||
Reference in New Issue
Block a user