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