[K/N][tests] Fix new line handling in termination tests ^KT-61259

This commit is contained in:
Alexander Shabalin
2023-12-21 12:08:15 +01:00
committed by Space Team
parent 672fea9be4
commit 0692346715
9 changed files with 9 additions and 9 deletions
@@ -1,6 +1,6 @@
// EXIT_CODE: !0
// FREE_COMPILER_ARGS: -opt-in=kotlin.native.internal.InternalForKotlinNative
// OUTPUT_REGEX: value 42: Error\. Runnable state: true\nUncaught Kotlin exception: kotlin\.Error: an error\n.*
// OUTPUT_REGEX: value 42: Error\. Runnable state: true\RUncaught Kotlin exception: kotlin\.Error: an error\R.*
@file:OptIn(kotlin.experimental.ExperimentalNativeApi::class, kotlin.native.runtime.NativeRuntimeApi::class)
import kotlin.native.runtime.Debugging