[JS IR BE] Disable legacy test

This commit is contained in:
Svyatoslav Kuzmich
2019-02-27 20:30:48 +03:00
parent 4005b5ce10
commit 94dc6ff24a
+5 -1
View File
@@ -1,5 +1,9 @@
// IGNORE_BACKEND: JS_IR
// DONT_TARGET_EXACT_BACKEND: JS_IR
// EXPECTED_REACHABLE_NODES: 1241
// Not targeting JS_IR because it's too implementaion-specific
// for legacy JS backend
package foo
fun assertContains(expectedName: String, f: () -> Unit) {