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