[test] Don't run JS-specific irText tests against other backends

This commit is contained in:
Sergej Jaskiewicz
2023-03-09 19:25:11 +01:00
committed by Space Team
parent 17a8fd2c0b
commit 98e497509a
28 changed files with 53 additions and 453 deletions
@@ -1,3 +1,5 @@
// TARGET_BACKEND: JS_IR
// FIR_IDENTICAL
// WITH_STDLIB
@@ -5,4 +7,4 @@ fun test1(d: dynamic) = d.toString()
fun test2(d: dynamic) = d.hashCode()
fun test3(d: dynamic) = d.equals(42)
fun test3(d: dynamic) = d.equals(42)