We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ba29d commit a814c14Copy full SHA for a814c14
1 file changed
crates/test/src/moonbit.rs
@@ -98,6 +98,8 @@ impl LanguageMethods for MoonBit {
98
config: &crate::config::WitConfig,
99
_args: &[String],
100
) -> bool {
101
+ // async-resource-func actually works, but most other async tests
102
+ // fail during codegen or verification
103
name == "map.wit" || (config.async_ && name != "async-resource-func.wit")
104
}
105
0 commit comments