1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-30 22:41:03 +00:00

10 lines
209 B
Rust
Raw Normal View History

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