[macaw-ppc] Update test expectations for number of discovered blocks.

This change is probably due to the BitTrie modifications in
dismantle-tablegen.  It's not clear whether the older or newer number
of discovered blocks is correct; testing at this point is focused more
on getting roughly the correct order of magnitude rather than being
refined enough for high precision values.
This commit is contained in:
Kevin Quick 2020-05-13 21:29:57 -07:00
parent 76868cf457
commit fb86f7acae
No known key found for this signature in database
GPG Key ID: E6D7733599CC0A21

View File

@ -56,4 +56,4 @@ testMacaw fpath elf = do
when (FP.takeFileName fpath == "gzip") $ when (FP.takeFileName fpath == "gzip") $
-- This is pretty specific, and mostly just designed to notify us -- This is pretty specific, and mostly just designed to notify us
-- when there has been a change -- when there has been a change
T.assertEqual "number of found blocks" 37218 (length allFoundBlockAddrs) T.assertEqual "number of found blocks" 37211 (length allFoundBlockAddrs)