fix naming

This commit is contained in:
NikVolf
2017-03-31 04:39:31 +03:00
parent e9534999a4
commit 210d9f4f02

View File

@ -402,17 +402,17 @@ mod tests {
134u8, 0x80, 0x80, 0x80, 0x0,
// func "A", index 6
// [name_len(1-5 bytes), name_bytes(name_len, internal_kind(1byte), internal_index(1-5 bytes)])
0x01, 0x30, 0x01, 0x86, 0x80, 0x00,
0x01, 0x41, 0x01, 0x86, 0x80, 0x00,
// func "B", index 8
0x01, 0x31, 0x01, 0x86, 0x00,
0x01, 0x42, 0x01, 0x86, 0x00,
// func "C", index 7
0x01, 0x32, 0x01, 0x07,
0x01, 0x43, 0x01, 0x07,
// memory "D", index 0
0x01, 0x33, 0x02, 0x00,
0x01, 0x44, 0x02, 0x00,
// func "E", index 1
0x01, 0x34, 0x01, 0x01,
0x01, 0x45, 0x01, 0x01,
// func "F", index 2
0x01, 0x35, 0x01, 0x02
0x01, 0x46, 0x01, 0x02
]
}