mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 05:38:19 +00:00
Improved traps, now fully working
This commit is contained in:
@@ -642,7 +642,6 @@ fn test_custom_error() {
|
||||
);
|
||||
}
|
||||
Err(e) => {
|
||||
assert!(false, "Unknown error `{:?}`", e);
|
||||
match e.downcast::<ExitCode>() {
|
||||
// We found the exit code used to terminate execution.
|
||||
Ok(exit_code) => {
|
||||
|
||||
Reference in New Issue
Block a user