1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-26 04:31:04 +00:00

10 lines
193 B
Rust
Raw Normal View History

2019-02-22 12:32:14 -08:00
#[test]
2019-04-05 11:24:27 -07:00
fn test_test_getcwd() {
2019-02-22 12:32:14 -08:00
assert_emscripten_output!(
"../../emtests/test_getcwd.wasm",
2019-04-05 11:24:27 -07:00
"test_getcwd",
2019-02-22 12:32:14 -08:00
vec![],
"../../emtests/test_getcwd.out"
);
}