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

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