1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-04-01 15:31:04 +00:00

11 lines
231 B
Rust

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