mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-10 11:26:05 +00:00
unwrap it
This commit is contained in:
parent
3783b923d1
commit
207c4d8d55
@ -26,7 +26,7 @@ macro_rules! assert_emscripten_output {
|
|||||||
$args,
|
$args,
|
||||||
)
|
)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
let output = capturer.end().0;
|
let output = capturer.end().unwrap().0;
|
||||||
let expected_output = include_str!($expected);
|
let expected_output = include_str!($expected);
|
||||||
assert_eq!(output, expected_output);
|
assert_eq!(output, expected_output);
|
||||||
}};
|
}};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user