Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Sep 28, 2024
1 parent ed037a5 commit d614725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wit-component/src/validation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ impl ExportMap {
let ty = types[types.core_function_at(export.index)].unwrap_func();
self.raw_exports.insert(export.name.to_string(), ty.clone());
}
_ => return Ok(None),
_ => {}
}

// Handle a few special-cased names first.
Expand Down

0 comments on commit d614725

Please sign in to comment.