Skip to content

Commit

Permalink
Fix a typo in the wasmtime_test macro (#8801)
Browse files Browse the repository at this point in the history
Follow-up to: #8789;
fixes the validation error message.
  • Loading branch information
saulecabrera authored Jun 13, 2024
1 parent ff87114 commit 37af9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/test-macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ impl TestConfig {
})?;

if self.wasm_features.len() > 2 {
return Err(meta.error("Expected at most 7 strategies"));
return Err(meta.error("Expected at most 2 off-by-default wasm features"));
}

if self.wasm_features_unsupported_by_winch {
Expand Down

0 comments on commit 37af9e4

Please sign in to comment.