[K/N][test] Add missing opt-in for setUnhandledExceptionHook

This is follow-up to KT-MR-9340

Merge-request: KT-MR-9488
Merged-by: Pavel Punegov <Pavel.Punegov@jetbrains.com>
This commit is contained in:
Pavel Punegov
2023-04-05 16:04:56 +00:00
committed by Space Team
parent 3713d95bb1
commit 57904f117f
2 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@
* Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
@file:OptIn(FreezingIsDeprecated::class)
@file:OptIn(FreezingIsDeprecated::class, ExperimentalStdlibApi::class)
import kotlin.native.concurrent.*
import kotlin.native.internal.Debugging
@@ -2,7 +2,7 @@
* Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
@file:OptIn(FreezingIsDeprecated::class)
@file:OptIn(FreezingIsDeprecated::class, ExperimentalStdlibApi::class)
import kotlin.native.concurrent.*
import kotlin.native.internal.Debugging