1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-23 19:40:51 +00:00

10 lines
197 B
Rust

#[test]
fn test_test_array2b() {
assert_emscripten_output!(
"../../emtests/test_array2b.wasm",
"test_array2b",
vec![],
"../../emtests/test_array2b.out"
);
}