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

10 lines
189 B
Rust

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