From 080a404d9a58148039d20c851f143595e711c2d3 Mon Sep 17 00:00:00 2001 From: Svyatoslav Scherbina Date: Fri, 6 Oct 2023 09:45:45 +0200 Subject: [PATCH] Native: enable interop_concurrentRuntime test since it no longer fails ^KT-43180 Obsolete --- kotlin-native/backend.native/tests/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/kotlin-native/backend.native/tests/build.gradle b/kotlin-native/backend.native/tests/build.gradle index 2f12315aa30..433728055b5 100644 --- a/kotlin-native/backend.native/tests/build.gradle +++ b/kotlin-native/backend.native/tests/build.gradle @@ -5049,7 +5049,6 @@ dynamicTest("produce_dynamic_unhandledException") { } dynamicTest("interop_concurrentRuntime") { - disabled = true // KT-43180 source = "interop/concurrentTerminate/reverseInterop.kt" cSource = "$projectDir/interop/concurrentTerminate/main.cpp" clangTool = "clang++"