Skip to content

WIP: Visually align expected and actual values

JKTKops requested to merge JKTKops/ghc:JKTKops-master-patch-T17702 into master

Patch for #17702 (closed).

A couple notes:

  1. Some "test driver" files in the test suite, such as primops/should_run/ArithInt8.hs, have similar actual/expected messages, so I updated those as well.
  2. I updated coreSyn/CoreLint.hs even though the offending message didn't appear in any test cases found by searching the GitLab project for Expected:.
Edited by Ben Gamari

Merge request reports