Test forgotten function in imports

This commit is contained in:
Syrus 2020-04-15 18:17:23 -07:00
parent dfb7432595
commit 7b41c2b843

View File

@ -482,6 +482,12 @@ macro_rules! tests_for_backend {
function_closure_trap_with_vmctx_and_env(i32) -> i32,
(1) == Err(RuntimeError(Box::new(format!("! {}", 2 + shift + SHIFT))))
);
#[test]
fn runtime_core_new_api() {
runtime_core_new_api_works($backend)
}
}
}