Skip to content

Commit

Permalink
Fix test compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlansneff committed Feb 21, 2019
1 parent 7fa818e commit f18da06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/runtime-core/src/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,8 @@ mod vm_ctx_tests {
use crate::backend::{
sys::Memory, Backend, CacheGen, FuncResolver, ProtectedCaller, Token, UserTrapper,
};
use crate::cache::Error as CacheError;
use crate::cache::{Error as CacheError, WashHash};
use crate::error::RuntimeResult;
use crate::module::WasmHash;
use crate::types::{FuncIndex, LocalFuncIndex, Value};
use hashbrown::HashMap;
use std::ptr::NonNull;
Expand Down

0 comments on commit f18da06

Please sign in to comment.