Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Jul 8, 2019
1 parent 8e34cb6 commit b643d11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/runtime/src/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ mod tests {

use super::*;
use std::env;
use wasmer_runtime_core::backend::Backend;

#[test]
fn test_file_system_cache_run() {
Expand Down Expand Up @@ -149,7 +148,7 @@ mod tests {
.unwrap()
};
// store module
let key = WasmHash::generate(&wasm, Backend::Cranelift);
let key = WasmHash::generate(&wasm);
fs_cache.store(key, module.clone()).unwrap();

// load module
Expand Down

0 comments on commit b643d11

Please sign in to comment.