wasmer/lib/emscripten/tests/emtests/test_i64_umul.rs

10 lines
201 B
Rust
Raw Normal View History

2018-12-27 01:46:41 -06:00
#[test]
fn test_test_i64_umul() {
assert_emscripten_output!(
"../../emtests/test_i64_umul.wasm",
"test_i64_umul",
vec![],
"../../emtests/test_i64_umul.out"
);
}