@@ -33,11 +33,12 @@ void *pool = objc_autoreleasePoolPush(); OFSHA224Hash *sha224, *copy; OFFile *f = [OFFile fileWithPath: @"testfile.bin" mode: @"r"]; - TEST(@"+[cryptoHash]", (sha224 = [OFSHA224Hash cryptoHash])) + TEST(@"+[cryptoHashWithAllowsSwappableMemory:]", + (sha224 = [OFSHA224Hash cryptoHashWithAllowsSwappableMemory: true])) while (!f.atEndOfStream) { char buf[64]; size_t len = [f readIntoBuffer: buf length: 64];