mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-18 00:50:51 +00:00
11 lines
287 B
Rust
11 lines
287 B
Rust
#[test]
|
|
#[ignore]
|
|
fn test_test_strptime_reentrant() {
|
|
assert_emscripten_output!(
|
|
"../emscripten_resources/emtests/test_strptime_reentrant.wasm",
|
|
"test_strptime_reentrant",
|
|
vec![],
|
|
"../emscripten_resources/emtests/test_strptime_reentrant.out"
|
|
);
|
|
}
|