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

10 lines
185 B
Rust
Raw Normal View History

#[test]
fn test_localtime() {
assert_emscripten_output!(
"../../emtests/localtime.wasm",
"localtime",
vec![],
2019-01-06 21:45:41 +00:00
"../../emtests/localtime.out"
);
}