Ignore test that relies on hashCode implementation
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
// IGNORE_BACKEND: NATIVE
|
||||||
|
|
||||||
fun test(s: String) {
|
fun test(s: String) {
|
||||||
if (!s.equals(s)) throw Error("fail 1 for $s")
|
if (!s.equals(s)) throw Error("fail 1 for $s")
|
||||||
if (s.equals(1)) throw Error("fail 2 for $s")
|
if (s.equals(1)) throw Error("fail 2 for $s")
|
||||||
|
|||||||
Reference in New Issue
Block a user