Skip to content
  • Thomas Miedema's avatar
    Testsuite: remove `-fforce-recomp` from default flags (#11980) · 3b49f8fa
    Thomas Miedema authored
    There is no need for this flag anymore, since each test runs in a
    newly created directory. Removing it cleans up testlib.py a bit.
    
    There is a small risk that this renders some tests useless. It's hard to
    know. Those tests should have specified -fforce-recomp` explicitly
    anyway, so I'm not going to worry about it. I've fixed the ones that
    failed without -fforce-recomp.
    
    Reviewed by: bgamari
    
    Differential Revision: https://phabricator.haskell.org/D2346
    3b49f8fa