Skip to content
Snippets Groups Projects
Commit e8abafc2 authored by andreas.abel's avatar andreas.abel Committed by Mergify
Browse files

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.
parent 90a2f335
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment