Ignore test that relies on hashCode implementation

This commit is contained in:
Pavel Punegov
2020-03-19 11:14:58 +03:00
parent 2352b1fec5
commit 8ffb63ca6b
@@ -1,3 +1,5 @@
// IGNORE_BACKEND: NATIVE
fun test(s: String) {
if (!s.equals(s)) throw Error("fail 1 for $s")
if (s.equals(1)) throw Error("fail 2 for $s")