~ Suppress deprecation in diagnostics tests
diff --git a/compiler/testData/diagnostics/wasmTests/jsInterop/jsFun.kt b/compiler/testData/diagnostics/wasmTests/jsInterop/jsFun.kt
index 7ae2cad..2314d7e 100644
--- a/compiler/testData/diagnostics/wasmTests/jsInterop/jsFun.kt
+++ b/compiler/testData/diagnostics/wasmTests/jsInterop/jsFun.kt
@@ -1,3 +1,5 @@
+@file:Suppress("DEPRECATION")
+
 @JsFun("() => {}")
 external fun topLevelExternalFun(): Unit