mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-05-23 20:51:33 +00:00
fix comment
This commit is contained in:
parent
f890e6d482
commit
5c4e65ae5e
@ -844,7 +844,7 @@ mod tests {
|
|||||||
|
|
||||||
// func 2, form=1
|
// func 2, form=1
|
||||||
0x01,
|
0x01,
|
||||||
// param_count=1
|
// param_count=2
|
||||||
2,
|
2,
|
||||||
// first param
|
// first param
|
||||||
0x7e,
|
0x7e,
|
||||||
@ -961,7 +961,7 @@ mod tests {
|
|||||||
fn data_payload() -> &'static [u8] {
|
fn data_payload() -> &'static [u8] {
|
||||||
&[
|
&[
|
||||||
0x0bu8, // section id
|
0x0bu8, // section id
|
||||||
20, // 19 bytes overall
|
20, // 20 bytes overall
|
||||||
0x01, // number of segments
|
0x01, // number of segments
|
||||||
0x00, // index
|
0x00, // index
|
||||||
0x0b, // just `end` op
|
0x0b, // just `end` op
|
||||||
|
Loading…
x
Reference in New Issue
Block a user