1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-26 12:41:04 +00:00
2019-04-05 11:24:27 -07: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"
);
}