1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-31 23:11:04 +00:00
wasmer/tests/emtests/test_relocatable_void_function.rs
2020-04-02 16:51:58 -07:00

11 lines
315 B
Rust

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