mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
10 lines
189 B
Rust
10 lines
189 B
Rust
#[test]
|
|
fn test_test_isnan() {
|
|
assert_emscripten_output!(
|
|
"../../emtests/test_isnan.wasm",
|
|
"test_isnan",
|
|
vec![],
|
|
"../../emtests/test_isnan.out"
|
|
);
|
|
}
|