[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
-2
View File
@@ -1,6 +1,4 @@
// WITH_STDLIB
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: STDLIB_TEXT
fun test(text: String): String {
when (text.takeWhile { it.isLetter() }) {