[box-tests] Turned on some tests for K/N

This commit is contained in:
Igor Chevdar
2020-08-22 11:16:25 +05:00
parent ab54e43b00
commit 527de030fc
12 changed files with 12 additions and 12 deletions
@@ -1,4 +1,4 @@
// IGNORE_BACKEND: JS, JS_IR, JS_IR_ES6, NATIVE
// IGNORE_BACKEND: JS, JS_IR, JS_IR_ES6
fun checkEqual(x: Any, y: Any) {
if (x != y || y != x) throw AssertionError("$x and $y should be equal")