[WASM] Remove ignore from wasm std text tests

This commit is contained in:
Igor Yakovlev
2021-11-25 18:23:09 +01:00
committed by TeamCityServer
parent 86daff8ae8
commit 4f9b54da26
30 changed files with 3 additions and 54 deletions
@@ -1,5 +1,3 @@
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: STDLIB_TEXT
// WITH_STDLIB
inline fun foo(mkString: () -> String): String =
@@ -1,5 +1,3 @@
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: IGNORED_IN_JS
// WITH_STDLIB
inline fun foo(mkString: (Char, Char) -> String): String =