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-04-06 15:18:37 -0400
commit5e3c3c4f6b7b4bfa94e555b86165c296717f8dec (patch)
tree033b8b49a5c7c3f12b35e78b9ca1b23aa7144530
parent59787ba55265e4632207e71f04a8d164d807791e (diff)
downloadhaskell-5e3c3c4f6b7b4bfa94e555b86165c296717f8dec.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'])],