wasmer/tests/emtests/test_dlmalloc_partial_2.rs

11 lines
287 B
Rust
Raw Normal View History

2018-12-27 01:46:41 -06:00
#[test]
#[ignore]
fn test_test_dlmalloc_partial_2() {
assert_emscripten_output!(
"../emscripten_resources/emtests/test_dlmalloc_partial_2.wasm",
2018-12-27 01:46:41 -06:00
"test_dlmalloc_partial_2",
vec![],
"../emscripten_resources/emtests/test_dlmalloc_partial_2.out"
2018-12-27 01:46:41 -06:00
);
}