From 463bc22bf3ba04f4692d7c1e8028decd79449044 Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Tue, 20 Jul 2021 14:30:12 +0700 Subject: [PATCH] [K/N] Enable callbackOnSeparateThread test since KT-44283 is fixed --- .../backend.native/tests/interop/threadStates/threadStates.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kotlin-native/backend.native/tests/interop/threadStates/threadStates.kt b/kotlin-native/backend.native/tests/interop/threadStates/threadStates.kt index 7f94f2964e7..0961bbf1833 100644 --- a/kotlin-native/backend.native/tests/interop/threadStates/threadStates.kt +++ b/kotlin-native/backend.native/tests/interop/threadStates/threadStates.kt @@ -13,9 +13,7 @@ fun main() { callback() nestedCalls() directStaticCFunctionCall() - // TODO: Support runtime initialization for callbacks - // see: https://youtrack.jetbrains.com/issue/KT-44283 - // callbackOnSeparateThread() + callbackOnSeparateThread() } fun assertRunnableThreadState() {