From ad82beffb4ee4a1d8d53899b8935e26b667e8d69 Mon Sep 17 00:00:00 2001 From: Syrus Date: Fri, 20 Dec 2019 21:11:55 -0800 Subject: [PATCH] Fixed tests --- lib/runtime-core/src/vm.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/runtime-core/src/vm.rs b/lib/runtime-core/src/vm.rs index 3a6a13ab3..f6f1c39a9 100644 --- a/lib/runtime-core/src/vm.rs +++ b/lib/runtime-core/src/vm.rs @@ -975,6 +975,7 @@ mod vm_ctx_tests { use crate::module::{ModuleInfo, ModuleInner, StringTable}; use crate::structures::Map; use std::ffi::c_void; + use std::sync::Arc; struct TestData { x: u32,