Skip to content
  • Simon Peyton Jones's avatar
    Honour -dsuppress-uniques more thoroughly · 8d401e50
    Simon Peyton Jones authored
    I found that tests
      parser/should_compile/DumpRenamedAst
    and friends were printing uniques, which makes the test fragile.
    But -dsuppress-uniques made no difference!  It turned out that
    pprName wasn't properly consulting Opt_SuppressUniques.
    
    This patch fixes the problem, and updates those three tests to
    use -dsuppress-uniques
    8d401e50