Skip to content
  • Austin Seipp's avatar
    Fix test for #8116. · 9aaaf624
    Austin Seipp authored
    
    
    This caused a failure on some 32bit builds due to floating point
    (in)accuracy. But Complex is already strict in both its components, and
    we really just want to know the code works, so an easier solution is to
    simply use `seq` to force evaluation.
    
    Signed-off-by: default avatarAustin Seipp <aseipp@pobox.com>
    9aaaf624