1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-24 12:00:49 +00:00

10 lines
201 B
Rust
Raw Normal View History

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