Skip to content

Commit f4d23bc

Browse files
committed
Fix a typo in the wasmtime_test macro
Follow-up to: bytecodealliance#8789; fixes the validation error message.
1 parent 09a0e29 commit f4d23bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/test-macros/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ impl TestConfig {
9797
})?;
9898

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

103103
if self.wasm_features_unsupported_by_winch {

0 commit comments

Comments
 (0)