We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae02998 + c5d004d commit 92235b9Copy full SHA for 92235b9
src/lib.rs
@@ -356,7 +356,7 @@ mod tests {
356
fn parse_stable_abi_txt() {
357
let stable_abi_exports = parse_stable_abi_defs(STABLE_ABI_DEFS);
358
359
- assert_eq!(stable_abi_exports.len(), 859);
+ assert!(stable_abi_exports.len() >= 859);
360
// assert_eq!(stable_abi_exports.capacity(), 1526);
361
362
let data_sym_num = stable_abi_exports.iter().filter(|x| x.is_data).count();
0 commit comments