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()