[JS IR BE] Set correct runtime for JS IR BE tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
// IGNORE_BACKEND: JS_IR
|
// KJS_WITH_FULL_RUNTIME
|
||||||
fun foo(): Array<Boolean> {
|
fun foo(): Array<Boolean> {
|
||||||
return arrayOf(
|
return arrayOf(
|
||||||
0.0 / 0 == 0.0 / 0,
|
0.0 / 0 == 0.0 / 0,
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
// IGNORE_BACKEND: JS_IR
|
// KJS_WITH_FULL_RUNTIME
|
||||||
fun foo(): Array<Boolean> {
|
fun foo(): Array<Boolean> {
|
||||||
return arrayOf(
|
return arrayOf(
|
||||||
19 < 20.0,
|
19 < 20.0,
|
||||||
|
|||||||
+2
-1
@@ -1,5 +1,6 @@
|
|||||||
// !LANGUAGE: +NewInference
|
// !LANGUAGE: +NewInference
|
||||||
// IGNORE_BACKEND: JVM_IR, JS_IR
|
// KJS_WITH_FULL_RUNTIME
|
||||||
|
// IGNORE_BACKEND: JVM_IR
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
|
|
||||||
class Foo<C : Any> {
|
class Foo<C : Any> {
|
||||||
|
|||||||
Reference in New Issue
Block a user