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