1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-04-01 07:21:03 +00:00
2020-04-02 16:51:58 -07:00

11 lines
243 B
Rust

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