From f819a10968c35745a63a7b00c9f13c738f886e13 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Tue, 1 Feb 2022 11:46:35 +0300 Subject: [PATCH] [K/N][test] Ignore test with synchronized java keyword --- compiler/testData/codegen/box/unit/kt51036.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/testData/codegen/box/unit/kt51036.kt b/compiler/testData/codegen/box/unit/kt51036.kt index f5c75a3ab9e..3fdd774ec2f 100644 --- a/compiler/testData/codegen/box/unit/kt51036.kt +++ b/compiler/testData/codegen/box/unit/kt51036.kt @@ -1,6 +1,8 @@ // WITH_STDLIB // IGNORE_BACKEND: WASM // ^ Unresolved reference: synchronized +// IGNORE_BACKEND: NATIVE +// ^ Unresolved reference: synchronized fun box(): String { A().close()