10 lines
185 B
Rust
Raw Normal View History

2018-12-27 01:46:41 -06:00
#[test]
fn test_test_loop() {
assert_emscripten_output!(
"../../emtests/test_loop.wasm",
"test_loop",
vec![],
"../../emtests/test_loop.out"
);
}