[K/N] Fixes in tests and check function in optimized mode

This commit is contained in:
Elena Lepilkina
2021-10-29 17:40:09 +03:00
committed by Space
parent 4d1c2c90d6
commit d8c9536edd
3 changed files with 3 additions and 3 deletions
@@ -5135,7 +5135,6 @@ dynamicTest("interop_exceptions_throwThroughBridge") {
interopTest("interop_exceptions_cCallback") {
disabled = (project.testTarget == 'wasm32') // Uses exceptions
source = "interop/exceptions/cCallback.kt"
expectedExitStatusChecker = { it == 0 }
outputChecker = { s -> s.contains("CATCH IN C++") }
interop = "exceptions_cCallback"
}