mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-22 23:32:15 +03:00
[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:
parent
76868cf457
commit
fb86f7acae
@ -56,4 +56,4 @@ testMacaw fpath elf = do
|
||||
when (FP.takeFileName fpath == "gzip") $
|
||||
-- This is pretty specific, and mostly just designed to notify us
|
||||
-- when there has been a change
|
||||
T.assertEqual "number of found blocks" 37218 (length allFoundBlockAddrs)
|
||||
T.assertEqual "number of found blocks" 37211 (length allFoundBlockAddrs)
|
||||
|
Loading…
Reference in New Issue
Block a user