wasmer/src/emtests/localtime.rs

10 lines
188 B
Rust
Raw Normal View History

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