Skip to content
Snippets Groups Projects
Commit db07d534 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

T9220: Only examine type roles

The ghc-8.2 and master branches disagree on the order of the instances.
Normalise this difference away.
parent 3a77ef51
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,5 @@ test('array001', [
],
compile_and_run, [''])
test('T9220', normal, ghci_script, ['T9220.script'])
test('T9220', filter_stdout_lines('.*type role .*'), ghci_script, ['T9220.script'])
test('T229', [exit_code(1)], compile_and_run, [''])
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