summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2023-02-10 11:20:33 -0500
committerBen Gamari <ben@smart-cactus.org>2023-02-10 11:20:56 -0500
commitf0da1ddacc651413ada2eaa81df8d1e4a22f5132 (patch)
treeb8e2dfaa3ac7f46e1529a46c4680e19335aeb5c6
parentf63da175da1f4196d9beab6571998fdd444835d4 (diff)
downloadhaskell-f0da1ddacc651413ada2eaa81df8d1e4a22f5132.tar.gz
testsuite: Mark T15633 as fixed when static linking
Fixes #20706
-rw-r--r--testsuite/tests/ghci/should_run/all.T1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/should_run/all.T b/testsuite/tests/ghci/should_run/all.T
index 37234419f3..331ffdb726 100644
--- a/testsuite/tests/ghci/should_run/all.T
+++ b/testsuite/tests/ghci/should_run/all.T
@@ -47,7 +47,6 @@ test('T15369', just_ghci, ghci_script, ['T15369.script'])
test('T15633a',
[extra_files(['tc-plugin-ghci/']),
when(opsys('mingw32'), [multi_cpu_race, fragile(16813)]),
- when(opsys('linux') and not ghc_dynamic(), expect_broken(20706)),
only_ways(['ghci']),
pre_cmd('$MAKE -s --no-print-directory -C tc-plugin-ghci package.plugins01 TOP={top}'),
extra_hc_opts("-package-db tc-plugin-ghci/pkg.plugins01/local.package.conf -fplugin TcPluginGHCi")