[tests] Update deprecated utf8 method (#4214)
This commit is contained in:
@@ -9,7 +9,7 @@ import platform.posix.size_tVar
|
|||||||
|
|
||||||
fun main(args: Array<String>) {
|
fun main(args: Array<String>) {
|
||||||
|
|
||||||
val sourceByteArray = "Hello!".toUtf8()
|
val sourceByteArray = "Hello!".encodeToByteArray()
|
||||||
|
|
||||||
val golden = listOf(0x48, 0x65, 0x6C, 0x6C, 0x6F, 0x21)
|
val golden = listOf(0x48, 0x65, 0x6C, 0x6C, 0x6F, 0x21)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user