Skip to content
Snippets Groups Projects
Commit c36a4f63 authored by Alfredo Di Napoli's avatar Alfredo Di Napoli Committed by Marge Bot
Browse files

Fix tests relying on same-line diagnostic ordering

This commit fixes 19 tests which were failing due to the use of
`consBag` / `snocBag`, which have been now replaced by `addMessage`.
This means that now GHC would output things in different order but
only for /diagnostics on the same line/, so this is just reflecting
that. The "normal" order of messages is still guaranteed.
parent a64f21e9
No related branches found
No related tags found
Loading
Showing
with 90 additions and 77 deletions
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