Skip to content

Commit

Permalink
Fix vm test
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlansneff committed Apr 18, 2019
1 parent 4dd64ed commit f0e0255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtime-core/src/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ mod vm_ctx_tests {
fn get_trampoline(&self, _module: &ModuleInfo, _sig_index: SigIndex) -> Option<Wasm> {
unimplemented!()
}
fn get_early_trapper(&self) -> Box<dyn UserTrapper> {
unsafe fn do_early_trap(&self, _: Box<dyn Any>) -> ! {
unimplemented!()
}
}
Expand Down

0 comments on commit f0e0255

Please sign in to comment.