1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-04-01 07:21:03 +00:00
wasmer/tests/emtests/clock_gettime.rs

10 lines
237 B
Rust
Raw Normal View History

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