mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 14:25:32 +00:00
11 lines
283 B
Rust
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"
|
||
|
);
|
||
|
}
|