mirror of
https://github.com/darlinghq/MachO-Kit.git
synced 2025-02-19 21:10:36 +00:00
Fix unit tests on Catalina
Foundation no longer has a 32-bit slice
This commit is contained in:
parent
a50712b136
commit
c60b912647
@ -70,7 +70,6 @@ describe(@"a file memory map", ^{
|
||||
|
||||
it(@"should report that it has valid mappings", ^{
|
||||
expect([map hasMappingAtOffset:4096 fromAddress:0 length:5484640]).to.beTruthy();
|
||||
expect([map hasMappingAtOffset:5492736 fromAddress:0 length:4994016]).to.beTruthy();
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user