1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-25 12:21:04 +00:00

10 lines
185 B
Rust
Raw Normal View History

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