wasmer/lib/emscripten/tests/emtests/test_float32_precise.rs
2019-01-10 21:38:10 -08: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"
);
}