[K/N] Excluded filecheck test on wasm32. See KT-49739

This commit is contained in:
Pavel Punegov
2021-11-16 18:07:37 +03:00
committed by Space
parent fb6eb414ad
commit 960ba3ffde
@@ -5977,6 +5977,7 @@ fileCheckTest("filecheck_signext_zeroext_objc_export") {
}
fileCheckTest("filecheck_function_attributes_at_callsite") {
enabled = (project.testTarget != 'wasm32') // KT-49739
annotatedSource = project.file('filecheck/function_attributes_at_callsite.kt')
}