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