cabal-testsuite: remove unused TestEnv.testRecordNormalizer field
commite8abafc22759b899f41e00cde5dbb1664626083c
authorAndreas Abel <andreas.abel@ifi.lmu.de>
Mon, 13 Feb 2023 19:36:40 +0000 (13 20:36 +0100)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Wed, 22 Feb 2023 10:36:22 +0000 (22 10:36 +0000)
tree6d9025dd793ac09c628de2a8fa528ac8de0d0c86
parent90a2f33532d0516b301a8f3635f05108db4d5083
cabal-testsuite: remove unused TestEnv.testRecordNormalizer field

The field `testRecordNormalizer :: String -> String` of the `TestEnv`
record seems to be a hook to arbitrarily reformat the recorded output
of a test.  However, it is ever only set to `id`.

On the other hand, being of function type, this field prevents us from
deriving a `Show` instance.  Thus, it is being removed as dead code.
cabal-testsuite/src/Test/Cabal/Monad.hs
cabal-testsuite/src/Test/Cabal/Prelude.hs