[JS IR BE] Set correct runtime for JS IR BE tests

This commit is contained in:
Roman Artemev
2019-05-14 15:18:22 +03:00
committed by romanart
parent fabd306437
commit c352117eab
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// WITH_RUNTIME
// IGNORE_BACKEND: JS_IR
// KJS_WITH_FULL_RUNTIME
fun foo(): Array<Boolean> {
return arrayOf(
0.0 / 0 == 0.0 / 0,
+1 -1
View File
@@ -1,5 +1,5 @@
// WITH_RUNTIME
// IGNORE_BACKEND: JS_IR
// KJS_WITH_FULL_RUNTIME
fun foo(): Array<Boolean> {
return arrayOf(
19 < 20.0,
@@ -1,5 +1,6 @@
// !LANGUAGE: +NewInference
// IGNORE_BACKEND: JVM_IR, JS_IR
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND: JVM_IR
// WITH_RUNTIME
class Foo<C : Any> {