From 4ba780be264af53b62990fb57b543c96a45a46ae Mon Sep 17 00:00:00 2001 From: Svyatoslav Kuzmich Date: Mon, 14 Nov 2022 13:55:39 +0100 Subject: [PATCH] [Wasm] unmute test --- .../codegen/box/funInterface/kt46908_functionSupertype.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/funInterface/kt46908_functionSupertype.kt b/compiler/testData/codegen/box/funInterface/kt46908_functionSupertype.kt index 893f631cfd2..876d6556265 100644 --- a/compiler/testData/codegen/box/funInterface/kt46908_functionSupertype.kt +++ b/compiler/testData/codegen/box/funInterface/kt46908_functionSupertype.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, WASM +// IGNORE_BACKEND_K1: JS, JS_IR fun interface Foo : () -> Int