mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 02:12:13 +00:00
10 lines
221 B
Rust
10 lines
221 B
Rust
|
#[test]
|
||
|
fn test_localtime() {
|
||
|
assert_emscripten_output!(
|
||
|
"../emscripten_resources/emtests/localtime.wasm",
|
||
|
"localtime",
|
||
|
vec![],
|
||
|
"../emscripten_resources/emtests/localtime.out"
|
||
|
);
|
||
|
}
|