1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-18 00:50:51 +00:00
wasmer/tests/emtests/test_negative_zero.rs
2020-04-02 16:51:58 -07:00

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"
);
}