wasmer/lib/emscripten/tests/emtests/test_posixtime.rs
2019-01-10 21:38:10 -08:00

11 lines
215 B
Rust

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