Skip to content

Commit

Permalink
Fix merge issue in wasi tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Nov 22, 2019
1 parent 499d42a commit 1805282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wasi-tests/tests/wasitests/_common.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
macro_rules! assert_wasi_output {
($file:expr, $name:expr, $po_dir_args: expr, $mapdir_args:expr, $envvar_args:expr, $expected:expr) => {{
use wasmer_dev_utils::stdio::StdioCapturer;
use wasmer_runtime_core::Func;
use wasmer_runtime::Func;
use wasmer_wasi::{generate_import_object_for_version, get_wasi_version};

let wasm_bytes = include_bytes!($file);
Expand Down

0 comments on commit 1805282

Please sign in to comment.