1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-29 05:51:03 +00:00

11 lines
203 B
Rust

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