From c60b912647b5ed466d914fe1588160f8cacfd56a Mon Sep 17 00:00:00 2001 From: Devin Vaukz Date: Sun, 1 Nov 2020 12:49:13 -0800 Subject: [PATCH] Fix unit tests on Catalina Foundation no longer has a 32-bit slice --- Tests/Specs/MKMemoryMapSpec.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/Specs/MKMemoryMapSpec.m b/Tests/Specs/MKMemoryMapSpec.m index ca01f81..11c37dc 100644 --- a/Tests/Specs/MKMemoryMapSpec.m +++ b/Tests/Specs/MKMemoryMapSpec.m @@ -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(); }); });