Skip to content
  • Ben Gamari's avatar
    testsuite: Fix and extend closure_size test · 2f945086
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    This was previously broken in several ways. This is fixed and it also
    now tests arrays. Unfortunately I was unable to find a way to continue
    testing PAP and FUN sizes; these simply depend too much upon the
    behavior of the simplifier.
    
    I also tried to extend this to test non-empty arrays as well but
    unfortunately this was non-trivial as the array card size constant isn't
    readily available from haskell.
    
    Fixes #16531.
    2f945086