wasmer/lib/emscripten/tests/emtests/emscripten_get_compiler_setting.rs
2019-01-10 21:38:10 -08:00

11 lines
283 B
Rust

#[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"
);
}