wasmer/lib/emscripten-tests/tests/emtests/test_posixtime.rs

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"
);
}