Skip to content

Commit a814c14

Browse files
committed
Add comment back
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
1 parent f5ba29d commit a814c14

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crates/test/src/moonbit.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ impl LanguageMethods for MoonBit {
9898
config: &crate::config::WitConfig,
9999
_args: &[String],
100100
) -> bool {
101+
// async-resource-func actually works, but most other async tests
102+
// fail during codegen or verification
101103
name == "map.wit" || (config.async_ && name != "async-resource-func.wit")
102104
}
103105

0 commit comments

Comments
 (0)