Skip to content
Snippets Groups Projects
Commit 01988418 authored by Matthew Pickering's avatar Matthew Pickering Committed by Marge Bot
Browse files

testsuite: Normalise package versions in UnusedPackages test

parent 0235ff02
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,10 @@ test('StarBinder', normal, compile, [''])
test('Overflow', expect_broken_for(16543, ['hpc']), compile, [''])
test('UnusedPackages', normal, multimod_compile,
test('UnusedPackages', [normalise_version('bytestring')
, normalise_version('base')
, normalise_version('process')
], multimod_compile,
['UnusedPackages.hs', '-package=bytestring -package=base -package=process -package=ghc -Wunused-packages'])
test('T18402', normal, compile, [''])
......
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