Make all tests pass

This commit is contained in:
Syrus
2019-12-20 21:00:06 -08:00
parent d7154fe791
commit 18421e3623
2 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ use std::{
};
use wasmer_runtime_core::{
backend::{Backend, CacheGen, CompilerConfig, Token},
backend::{CacheGen, CompilerConfig, Token},
cache::{Artifact, Error as CacheError},
codegen::*,
memory::MemoryType,