mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-28 08:01:33 +00:00
Isolated emscripten in new lib
This commit is contained in:
10
lib/emscripten/tests/emtests/test_exceptions_multi.rs
Normal file
10
lib/emscripten/tests/emtests/test_exceptions_multi.rs
Normal file
@ -0,0 +1,10 @@
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_test_exceptions_multi() {
|
||||
assert_emscripten_output!(
|
||||
"../../emtests/test_exceptions_multi.wasm",
|
||||
"test_exceptions_multi",
|
||||
vec![],
|
||||
"../../emtests/test_exceptions_multi.out"
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user