macro_rules! hybrid_test {
($test_name:ident, $ret:ty, $test:block) => { ... };
}Expand description
Allows the same test to be used on both native and wasm target_archs.
macro_rules! hybrid_test {
($test_name:ident, $ret:ty, $test:block) => { ... };
}Allows the same test to be used on both native and wasm target_archs.