summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-03-30 22:28:37 -0400
committerBen Gamari <ben@smart-cactus.org>2022-03-30 22:28:37 -0400
commite0092afbb91528dcd09114679543c7669037eea0 (patch)
tree77b8cce69df2dd12ca6d98d3c4bdbfde94b4566e
parenta476e4cdaea52bb7756764a35dc7edb7b56beb05 (diff)
downloadhaskell-e0092afbb91528dcd09114679543c7669037eea0.tar.gz
testsuite: Mark TH_spliceE5_prof as unbroken on Windows
It was previously failing due to #18721 and now passes with the new toolchain. Closes #18721.
-rw-r--r--testsuite/tests/th/all.T3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T
index 315baff2fa..f91136db4e 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -52,8 +52,7 @@ test('TH_NestedSplices', [], multimod_compile,
# normal way first, which is why the work is done by a Makefile rule.
test('TH_spliceE5_prof',
[req_profiling, only_ways(['normal']),
- when(ghc_dynamic(), expect_broken(11495)),
- when(opsys('mingw32'), expect_broken(18271))],
+ when(ghc_dynamic(), expect_broken(11495))],
makefile_test, ['TH_spliceE5_prof'])
test('TH_spliceE5_prof_ext', [req_profiling, req_rts_linker, only_ways(['normal'])],