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:
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();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user