chore(interface-types) Simplify code.

This commit is contained in:
Ivan Enderlin 2020-02-13 14:26:50 +01:00
parent 8748597483
commit 32bf806f9b

View File

@ -88,7 +88,7 @@ mod tests {
InterfaceValue::I32(3),
InterfaceValue::I32(4),
],
instance: Instance { ..Default::default() },
instance: Default::default(),
error: r#"`call 42` cannot call the local or imported function `42` because it doesn't exist."#,
);