Update ignore tag for Native backend

This commit is contained in:
Pavel Punegov
2018-07-18 23:31:30 +03:00
committed by Pavel Punegov
parent 4219aff548
commit 2ff6047845
81 changed files with 42 additions and 45 deletions
@@ -1,5 +1,4 @@
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: NATIVE
inline fun ltx(a: Comparable<Any>, b: Any) = a < b
inline fun lex(a: Comparable<Any>, b: Any) = a <= b
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: NATIVE
fun equals1(a: Double, b: Double) = a.equals(b)