mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
remove explicit closing of dylib when testing
This commit is contained in:
parent
fa58838f97
commit
dbca7e0f2b
1 changed files with 0 additions and 3 deletions
|
@ -613,9 +613,6 @@ macro_rules! assert_llvm_evals_to {
|
|||
CrashTag::User => panic!(r#"User crash with message: "{}""#, msg),
|
||||
},
|
||||
}
|
||||
|
||||
// artificially extend the lifetime of `lib`
|
||||
lib.close().unwrap();
|
||||
};
|
||||
|
||||
($src:expr, $expected:expr, $ty:ty) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue