mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-28 06:02:07 +00:00
fix also functions_section -> function_section
This commit is contained in:
@ -445,7 +445,7 @@ mod tests {
|
||||
.build();
|
||||
|
||||
assert_eq!(module.type_section().expect("type section to exist").types().len(), 1);
|
||||
assert_eq!(module.functions_section().expect("function section to exist").entries().len(), 1);
|
||||
assert_eq!(module.function_section().expect("function section to exist").entries().len(), 1);
|
||||
assert_eq!(module.code_section().expect("code section to exist").bodies().len(), 1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user