[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,6 +1,5 @@
// !OPT_IN: kotlin.ExperimentalStdlibApi
// WITH_STDLIB
// IGNORE_BACKEND: WASM
fun box(): String {
1L.mod("123a".indexOfAny("a".toCharArray()))