Skip to content

Commit

Permalink
Fix test again, whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlansneff committed Apr 18, 2019
1 parent f0e0255 commit 6279dd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/runtime-core/src/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -544,11 +544,12 @@ mod vm_ctx_tests {

fn generate_module() -> ModuleInner {
use super::Func;
use crate::backend::{sys::Memory, Backend, CacheGen, RunnableModule, UserTrapper};
use crate::backend::{sys::Memory, Backend, CacheGen, RunnableModule};
use crate::cache::Error as CacheError;
use crate::typed_func::Wasm;
use crate::types::{LocalFuncIndex, SigIndex};
use hashbrown::HashMap;
use std::any::Any;
use std::ptr::NonNull;
struct Placeholder;
impl RunnableModule for Placeholder {
Expand Down

0 comments on commit 6279dd8

Please sign in to comment.