Skip to content
Snippets Groups Projects
Commit c1f1f3f9 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

testsuite: Mark T16219 as unbroken

This was previously broken due to #16386 yet it passes for me locally.
parent 411ba7ba
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ else: ...@@ -4,7 +4,6 @@ else:
cleanup = 'CLEANUP=0' cleanup = 'CLEANUP=0'
test('T16219', test('T16219',
[extra_files(['Setup.hs', 'backpack-issue.cabal', 'library-a', 'library-a-impl', 'library-b']), extra_files(['Setup.hs', 'backpack-issue.cabal', 'library-a', 'library-a-impl', 'library-b']),
when(opsys('mingw32'), expect_broken(16386))],
run_command, run_command,
['$MAKE -s --no-print-directory T16219 ' + cleanup]) ['$MAKE -s --no-print-directory T16219 ' + cleanup])
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