summaryrefslogtreecommitdiff
path: root/testsuite/tests/th
diff options
context:
space:
mode:
authorBen Gamari <ben@well-typed.com>2022-07-13 12:35:07 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-07-16 23:50:37 -0400
commit5b0ed8a8baaa32e03fee7af2c08656b462b62770 (patch)
treed431f5bd5866c3f6630281d30fd8c5635beccbec /testsuite/tests/th
parentfbb171100f1d5bd9e78cbb9072fb48d3422458a5 (diff)
downloadhaskell-5b0ed8a8baaa32e03fee7af2c08656b462b62770.tar.gz
testsuite: Use system-cxx-std-lib instead of config.stdcxx_impl
Diffstat (limited to 'testsuite/tests/th')
-rw-r--r--testsuite/tests/th/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T
index 9b606a70e4..72a1340e71 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -403,7 +403,7 @@ test('T13366Cxx',
when(opsys('darwin'), expect_broken(16083))
],
compile_and_run,
- ['-l{} -v0'.format(config.stdcxx_impl)])
+ ['-package system-cxx-std-lib -v0'])
test('T13473', normal, multimod_compile_and_run,
['T13473.hs', '-v0 ' + config.ghc_th_way_flags])
test('T13587', expect_broken(13587), compile_and_run, ['-v0'])