mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
11 lines
195 B
Rust
11 lines
195 B
Rust
#[test]
|
|
#[ignore]
|
|
fn test_test_mmap() {
|
|
assert_emscripten_output!(
|
|
"../../emtests/test_mmap.wasm",
|
|
"test_mmap",
|
|
vec![],
|
|
"../../emtests/test_mmap.out"
|
|
);
|
|
}
|