diff options
Diffstat (limited to 'testsuite/tests/profiling/should_run/all.T')
-rw-r--r-- | testsuite/tests/profiling/should_run/all.T | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T index 1f74a27c8f..8c1ada9c18 100644 --- a/testsuite/tests/profiling/should_run/all.T +++ b/testsuite/tests/profiling/should_run/all.T @@ -110,3 +110,7 @@ test('T11627b', [ extra_run_opts('+RTS -i0 -RTS') # census after each GC test('T11978a', [only_ways(['profthreaded']), extra_run_opts('+RTS -hb -N10')], compile_and_run, ['']) + +test('T11978b', + [only_ways(['profthrdebug']), extra_run_opts('+RTS -hb -N10')], + compile_and_run, ['']) |