[K/N] Enable callbackOnSeparateThread test since KT-44283 is fixed

This commit is contained in:
Ilya Matveev
2021-07-20 14:30:12 +07:00
committed by Space
parent 99bd26c2ef
commit 463bc22bf3
@@ -13,9 +13,7 @@ fun main() {
callback() callback()
nestedCalls() nestedCalls()
directStaticCFunctionCall() directStaticCFunctionCall()
// TODO: Support runtime initialization for callbacks callbackOnSeparateThread()
// see: https://youtrack.jetbrains.com/issue/KT-44283
// callbackOnSeparateThread()
} }
fun assertRunnableThreadState() { fun assertRunnableThreadState() {