[JS] Remove non-functional IGNORE_FIR directive in js box tests

This commit is contained in:
Kirill Rakhman
2023-04-05 12:49:47 +02:00
committed by Space Team
parent 155eb9b77a
commit f9540d8f69
165 changed files with 133 additions and 298 deletions
@@ -1,4 +1,3 @@
// IGNORE_FIR
// EXPECTED_REACHABLE_NODES: 1286
// MODULE: module_1
// MODULE_KIND: UMD
@@ -11,4 +10,4 @@ fun bar() = "bar"
fun box(): String {
assertEquals("bar", bar())
return "OK"
}
}
@@ -1,4 +1,3 @@
// IGNORE_FIR
// EXPECTED_REACHABLE_NODES: 1286
// MODULE: module1
// MODULE_KIND: UMD
@@ -11,4 +10,4 @@ fun bar() = "bar"
fun box(): String {
assertEquals("bar", bar())
return "OK"
}
}