[test] Don't run JS-specific irText tests against other backends
This commit is contained in:
committed by
Space Team
parent
17a8fd2c0b
commit
98e497509a
@@ -1,5 +1,6 @@
|
||||
// TARGET_BACKEND: JS_IR
|
||||
// WITH_STDLIB
|
||||
|
||||
fun test1(d: dynamic) = if (d is String) d.length else -1
|
||||
|
||||
fun test2(d: dynamic) = if (d is Array<*>) d.size else -1
|
||||
fun test2(d: dynamic) = if (d is Array<*>) d.size else -1
|
||||
|
||||
Reference in New Issue
Block a user