wasmer/lib/emscripten/tests/emtests/legacy_exported_runtime_numbers.rs

11 lines
283 B
Rust
Raw Normal View History

2018-12-27 07:46:41 +00:00
#[test]
#[ignore]
fn test_legacy_exported_runtime_numbers() {
assert_emscripten_output!(
"../../emtests/legacy_exported_runtime_numbers.wasm",
"legacy_exported_runtime_numbers",
vec![],
"../../emtests/legacy_exported_runtime_numbers.txt"
);
}