Run stdlib tests in worker too

This commit is contained in:
SvyatoslavScherbina
2020-12-22 12:50:10 +03:00
committed by Nikolay Krasko
parent 72fc5f5aee
commit d401d29418
2 changed files with 19 additions and 4 deletions
@@ -6,6 +6,8 @@
package test.text
@SharedImmutable
internal actual val surrogateCodePointDecoding: String = "\uFFFD".repeat(3)
@SharedImmutable
internal actual val surrogateCharEncoding: ByteArray = byteArrayOf(0xEF.toByte(), 0xBF.toByte(), 0xBD.toByte())