fix comment

This commit is contained in:
NikVolf 2018-02-16 01:50:10 +03:00
parent f890e6d482
commit 5c4e65ae5e

View File

@ -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