diff --git a/compiler/testData/codegen/box/companion/delegatedPropertyOnCompanion.kt b/compiler/testData/codegen/box/companion/delegatedPropertyOnCompanion.kt index e49cb028f6e..160fc0ad118 100644 --- a/compiler/testData/codegen/box/companion/delegatedPropertyOnCompanion.kt +++ b/compiler/testData/codegen/box/companion/delegatedPropertyOnCompanion.kt @@ -1,3 +1,4 @@ +// DONT_TARGET_EXACT_BACKEND: WASM import kotlin.reflect.KProperty class Delegate { diff --git a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java index fc0ab4a5e1d..6c1a85f3ab9 100644 --- a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java +++ b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java @@ -2994,11 +2994,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/companion"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true); } - @TestMetadata("delegatedPropertyOnCompanion.kt") - public void testDelegatedPropertyOnCompanion() throws Exception { - runTest("compiler/testData/codegen/box/companion/delegatedPropertyOnCompanion.kt"); - } - @TestMetadata("inlineFunctionCompanionPropertyAccess.kt") public void testInlineFunctionCompanionPropertyAccess() throws Exception { runTest("compiler/testData/codegen/box/companion/inlineFunctionCompanionPropertyAccess.kt");