1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-26 12:41:04 +00:00

10 lines
229 B
Rust

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