mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 16:20:49 +00:00
Test forgotten function in imports
This commit is contained in:
parent
dfb7432595
commit
7b41c2b843
@ -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)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user