1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-17 16:50:48 +00:00
2020-04-02 16:51:58 -07:00

10 lines
221 B
Rust

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