diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-09-18 10:54:56 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-09-20 20:30:57 -0400 |
commit | 816811d45897afec3543ade30c63dcddf56828a8 (patch) | |
tree | 9e0f8f663d9691b11be36a464ec9a0dc58dce067 | |
parent | 66cba46e7049d907fe5c8614bddb60288421d358 (diff) | |
download | haskell-816811d45897afec3543ade30c63dcddf56828a8.tar.gz |
testsuite: Unmark T5975[ab] as broken on Windows
Sadly it's unclear *why* they have suddenly started working.
Closes #7305.
-rwxr-xr-x | testsuite/tests/ghci/scripts/all.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T index 2f8aafe2e0..875706b233 100755 --- a/testsuite/tests/ghci/scripts/all.T +++ b/testsuite/tests/ghci/scripts/all.T @@ -142,10 +142,10 @@ test('T5979', normalise_version("transformers")], ghci_script, ['T5979.script']) test('T5975a', - [pre_cmd('touch föøbàr1.hs'), when(opsys('mingw32'), expect_broken(7305))], + pre_cmd('touch föøbàr1.hs'), ghci_script, ['T5975a.script']) test('T5975b', - [pre_cmd('touch föøbàr2.hs'), extra_hc_opts('föøbàr2.hs'), when(opsys('mingw32'), expect_broken(7305))], + [pre_cmd('touch föøbàr2.hs'), extra_hc_opts('föøbàr2.hs')], ghci_script, ['T5975b.script']) test('T6027ghci', normal, ghci_script, ['T6027ghci.script']) |