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