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