hybrid_test

Macro hybrid_test 

Source
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.