wasmer/lib/emscripten-tests/tests/emtests/emscripten_get_compiler_setting.rs

11 lines
283 B
Rust
Raw Normal View History

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