[JS] Remove KJS_WITH_FULL_RUNTIME for tests that already have WITH_RUNTIME

This commit is contained in:
Svyatoslav Kuzmich
2021-10-02 11:51:55 +03:00
parent e18980b7ad
commit aa5f98f919
590 changed files with 0 additions and 590 deletions
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
class Wrapper<T>(val value: T)
@@ -1,4 +1,3 @@
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
class Container {
var id: Int? = null
@@ -1,5 +1,4 @@
// !LANGUAGE: +NewInference
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
// ISSUE: KT-32462
@@ -1,7 +1,6 @@
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: SAM_CONVERSIONS
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
// SKIP_DCE_DRIVEN
fun sort(list: MutableList<String>, comparator: (String, String) -> Int) {