summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-07-14 08:58:02 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-07-16 23:50:37 -0400
commit5f8203b86c312f61a4dff9b83d456d17fabc087f (patch)
tree447e16614a1cc63a32564594b0fa8585c4c0d917
parent6c476e1a804d4fbfacff0fc69cdb7c4700fd0eaa (diff)
downloadhaskell-5f8203b86c312f61a4dff9b83d456d17fabc087f.tar.gz
testsuite: Mark T13366Cxx as unbroken on Darwin
-rw-r--r--testsuite/tests/th/all.T4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T
index 72a1340e71..650d4988d7 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -399,9 +399,7 @@ test('T13366C',
compile_and_run,
['-v0'])
test('T13366Cxx',
- [expect_broken_for(13366, ['ghci']),
- when(opsys('darwin'), expect_broken(16083))
- ],
+ [expect_broken_for(13366, ['ghci'])],
compile_and_run,
['-package system-cxx-std-lib -v0'])
test('T13473', normal, multimod_compile_and_run,