remove explicit closing of dylib when testing

This commit is contained in:
Brendan Hansknecht 2022-12-12 08:44:56 -08:00
parent fa58838f97
commit dbca7e0f2b
No known key found for this signature in database
GPG key ID: 0EA784685083E75B

View file

@ -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) => {