mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
10 lines
201 B
Rust
10 lines
201 B
Rust
#[test]
|
|
fn test_test_i64_cmp2() {
|
|
assert_emscripten_output!(
|
|
"../../emtests/test_i64_cmp2.wasm",
|
|
"test_i64_cmp2",
|
|
vec![],
|
|
"../../emtests/test_i64_cmp2.out"
|
|
);
|
|
}
|