Fix vm test

This commit is contained in:
Lachlan Sneff
2019-04-18 10:08:17 -07:00
parent 4dd64ed72e
commit f0e0255b3f

View File

@ -563,7 +563,7 @@ mod vm_ctx_tests {
fn get_trampoline(&self, _module: &ModuleInfo, _sig_index: SigIndex) -> Option<Wasm> { fn get_trampoline(&self, _module: &ModuleInfo, _sig_index: SigIndex) -> Option<Wasm> {
unimplemented!() unimplemented!()
} }
fn get_early_trapper(&self) -> Box<dyn UserTrapper> { unsafe fn do_early_trap(&self, _: Box<dyn Any>) -> ! {
unimplemented!() unimplemented!()
} }
} }