mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 20:58:28 +00:00
10 lines
201 B
Rust
10 lines
201 B
Rust
#[test]
|
|
fn test_clock_gettime() {
|
|
assert_emscripten_output!(
|
|
"../../emtests/clock_gettime.wasm",
|
|
"clock_gettime",
|
|
vec![],
|
|
"../../emtests/clock_gettime.out"
|
|
);
|
|
}
|