mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
11 lines
235 B
Rust
11 lines
235 B
Rust
|
#[test]
|
||
|
#[ignore]
|
||
|
fn test_test_float_builtins() {
|
||
|
assert_emscripten_output!(
|
||
|
"../../emtests/test_float_builtins.wasm",
|
||
|
"test_float_builtins",
|
||
|
vec![],
|
||
|
"../../emtests/test_float_builtins.out"
|
||
|
);
|
||
|
}
|