diff options
author | Andreas Klebinger <klebinger.andreas@gmx.at> | 2022-03-11 12:19:02 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-03-12 07:03:16 -0500 |
commit | 7fe0714326080540945fb780cdf65e90e4b49d2f (patch) | |
tree | 86c434fcfc7878d3bc51d1351bd8531f0c5bc6ff /testsuite/tests | |
parent | cf081476eb60ba8d65335234b654b457154b9d83 (diff) | |
download | haskell-7fe0714326080540945fb780cdf65e90e4b49d2f.tar.gz |
Rename -fprof-late-ccs to -fprof-late
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/profiling/should_compile/all.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/profiling/should_compile/all.T b/testsuite/tests/profiling/should_compile/all.T index 630b692f10..9e460e153b 100644 --- a/testsuite/tests/profiling/should_compile/all.T +++ b/testsuite/tests/profiling/should_compile/all.T @@ -2,8 +2,8 @@ # added for the profiling ways makes it pass test('prof001', [only_ways(['normal']), req_profiling], compile_and_run, ['-prof -fprof-cafs']) test('prof002', [only_ways(['normal']), req_profiling], compile_and_run, ['-prof -fprof-cafs']) -test('prof-late-cc', [only_ways(['normal']), req_profiling], compile, ['-prof -fprof-late-ccs']) -test('prof-late-cc2', [only_ways(['normal']), req_profiling], compile_and_run, ['-prof -fprof-late-ccs']) +test('prof-late-cc', [only_ways(['normal']), req_profiling], compile, ['-prof -fprof-late']) +test('prof-late-cc2', [only_ways(['normal']), req_profiling], compile_and_run, ['-prof -fprof-late']) test('T2410', [only_ways(['normal']), req_profiling], compile, ['-O2 -prof -fprof-cafs']) test('T5889', [only_ways(['normal']), req_profiling, extra_files(['T5889/A.hs', 'T5889/B.hs'])], multimod_compile, ['A B', '-O -prof -fno-prof-count-entries -v0']) |