mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
Merge pull request #4741 from roc-lang/ignore-dlclose-errors
remove explicit closing of dylib when testing
This commit is contained in:
commit
662eb5895e
@ -613,9 +613,6 @@ macro_rules! assert_llvm_evals_to {
|
|||||||
CrashTag::User => panic!(r#"User crash with message: "{}""#, msg),
|
CrashTag::User => panic!(r#"User crash with message: "{}""#, msg),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
// artificially extend the lifetime of `lib`
|
|
||||||
lib.close().unwrap();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
($src:expr, $expected:expr, $ty:ty) => {
|
($src:expr, $expected:expr, $ty:ty) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user