diff options
author | Peter Trommler <ptrommler@acm.org> | 2022-01-22 17:33:59 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-01-24 21:31:25 -0500 |
commit | aa50e118b201ae4ac2714afb998d430c9a4a9caa (patch) | |
tree | 418ebf32a9120be2793c96c43d6e3235920c703f /testsuite/tests/th | |
parent | 7d7b9a01ffed2afd8b7a1bb08cf9bd8edb702920 (diff) | |
download | haskell-aa50e118b201ae4ac2714afb998d430c9a4a9caa.tar.gz |
testsuite: Mark test that require RTS linker
Diffstat (limited to 'testsuite/tests/th')
-rw-r--r-- | testsuite/tests/th/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T index 2e67879b33..2f304ddc55 100644 --- a/testsuite/tests/th/all.T +++ b/testsuite/tests/th/all.T @@ -56,7 +56,7 @@ test('TH_spliceE5_prof', when(opsys('mingw32'), expect_broken(18271))], makefile_test, ['TH_spliceE5_prof']) -test('TH_spliceE5_prof_ext', [req_profiling, only_ways(['normal'])], +test('TH_spliceE5_prof_ext', [req_profiling, req_rts_linker, only_ways(['normal'])], makefile_test, ['TH_spliceE5_prof_ext']) test('TH_spliceD1', [], multimod_compile_fail, |