1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-23 19:40:51 +00:00
2019-01-10 21:38:10 -08:00

10 lines
185 B
Rust

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