parallelize tests

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-05-10 10:54:01 +02:00
parent 5f5ec1a539
commit 03a1918993
7 changed files with 190 additions and 169 deletions
@@ -33,7 +33,7 @@ pub fn check_attribute_null_pointer_is_invalid() {
Some(inkwell::module::Linkage::External),
)
.expect("Failed to add function");
assert!(function
assert!(!function
.borrow()
.declaration()
.value