[K/N] Enable callbackOnSeparateThread test since KT-44283 is fixed
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user