mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-18 00:50:51 +00:00
10 lines
257 B
Rust
10 lines
257 B
Rust
#[test]
|
|
fn test_test_negative_zero() {
|
|
assert_emscripten_output!(
|
|
"../emscripten_resources/emtests/test_negative_zero.wasm",
|
|
"test_negative_zero",
|
|
vec![],
|
|
"../emscripten_resources/emtests/test_negative_zero.out"
|
|
);
|
|
}
|