1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-17 16:50:48 +00:00
wasmer/tests/emtests/test_strtol_hex.rs
2020-04-02 16:51:58 -07:00

11 lines
255 B
Rust

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