Fix test expectation: Operator grew in size due to vector constants.
This commit is contained in:
parent
cea6e7a403
commit
aaaf725000
|
@ -634,7 +634,7 @@ pub enum Operator {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn op_size() {
|
fn op_size() {
|
||||||
assert_eq!(std::mem::size_of::<Operator>(), 16);
|
assert_eq!(std::mem::size_of::<Operator>(), 32);
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'a, 'b> std::convert::TryFrom<&'b wasmparser::Operator<'a>> for Operator {
|
impl<'a, 'b> std::convert::TryFrom<&'b wasmparser::Operator<'a>> for Operator {
|
||||||
|
|
Loading…
Reference in a new issue