1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-04-01 23:41:03 +00:00

11 lines
219 B
Rust

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