diff options
author | Ben Gamari <ben@well-typed.com> | 2022-03-21 15:28:29 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2022-04-06 15:18:26 -0400 |
commit | 9934ad54dcdc00a3a236fc8cb09b1a76e7aea81e (patch) | |
tree | 47510e5de6722caed583f4511c0bda385ca0365b /testsuite/config/ghc | |
parent | 402c36ba403c26a3e3738405c5ad76c13d8c3ad2 (diff) | |
download | haskell-9934ad54dcdc00a3a236fc8cb09b1a76e7aea81e.tar.gz |
testsuite: Clean up tests depending on C++ std lib
Diffstat (limited to 'testsuite/config/ghc')
-rw-r--r-- | testsuite/config/ghc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc index 632db8fc57..d33101fef8 100644 --- a/testsuite/config/ghc +++ b/testsuite/config/ghc @@ -58,6 +58,7 @@ if ghc_with_dynamic_rts: if windows: config.supports_dynamic_hs = False + config.stdcxx_impl = 'c++' if (config.have_profiling and ghc_with_threaded_rts): config.run_ways.append('profthreaded') |