Skip to content

Commit 960ba3f

Browse files
PavelPunegovSpace
authored and
Space
committed
[K/N] Excluded filecheck test on wasm32. See KT-49739
1 parent fb6eb41 commit 960ba3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kotlin-native/backend.native/tests/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -5977,6 +5977,7 @@ fileCheckTest("filecheck_signext_zeroext_objc_export") {
59775977
}
59785978

59795979
fileCheckTest("filecheck_function_attributes_at_callsite") {
5980+
enabled = (project.testTarget != 'wasm32') // KT-49739
59805981
annotatedSource = project.file('filecheck/function_attributes_at_callsite.kt')
59815982
}
59825983

0 commit comments

Comments
 (0)