Skip to content
  • Randy Barlow's avatar
    Make the tests pass on 32-bit arches. · be753784
    Randy Barlow authored
    
    
    The RNG picks different values on 32-bit arches than it does on
    64-bit arches. This commit adjusts our tests to seed the RNGs
    with different values on 32-bit arches so that they pick the same
    results as the 64-bit arches do for tests.
    
    This is not an awesome way to solve the problem, but it is quick.
    A better solution would be to write a fake RNG that implements the
    expected trait and use that in the tests instead. However, this
    will work for now.
    
    Signed-off-by: default avatarRandy Barlow <randy@electronsweatshop.com>
    be753784
To find the state of this project's repository at the time of any of these versions, check out the tags.