summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/all.T
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/rts/all.T
parentfbb171100f1d5bd9e78cbb9072fb48d3422458a5 (diff)
downloadhaskell-5b0ed8a8baaa32e03fee7af2c08656b462b62770.tar.gz
testsuite: Use system-cxx-std-lib instead of config.stdcxx_impl
Diffstat (limited to 'testsuite/tests/rts/all.T')
-rw-r--r--testsuite/tests/rts/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index 0c541dd480..7f65f2ca22 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -474,7 +474,7 @@ test('keep-cafs',
# Test proper functioning of C++ exceptions within a C++ program.
# On darwin, this requires -fcompact-unwind.
test('T11829', [ check_errmsg("This is a test") ], compile_and_run,
- ['T11829_c.cpp -l{}'.format(config.stdcxx_impl)])
+ ['T11829_c.cpp -package system-cxx-std-lib'])
test('T16514', normal, compile_and_run, ['T16514_c.c'])
test('test-zeroongc', extra_run_opts('-DZ'), compile_and_run, ['-debug'])