Fix unit tests on Catalina

Foundation no longer has a 32-bit slice
This commit is contained in:
Devin Vaukz 2020-11-01 12:49:13 -08:00
parent a50712b136
commit c60b912647

View File

@ -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();
});
});