1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-04-03 08:21:04 +00:00

test(runtime) Fix CS.

This commit is contained in:
Ivan Enderlin 2020-01-09 15:10:23 +01:00
parent 8e6015f231
commit cd6e4bdaee

@ -30,9 +30,9 @@ fn error_propagation() {
let instance = module let instance = module
.instantiate(&imports! { .instantiate(&imports! {
"env" => { "env" => {
"ret_err" => Func::new(ret_err), "ret_err" => Func::new(ret_err),
}, },
}) })
.unwrap(); .unwrap();