1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-22 02:50:51 +00:00

11 lines
203 B
Rust

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