summaryrefslogtreecommitdiff
path: root/testsuite/tests/profiling/should_run/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/profiling/should_run/all.T')
-rw-r--r--testsuite/tests/profiling/should_run/all.T11
1 files changed, 4 insertions, 7 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index d85a2b8e6a..f0904ee039 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -1,15 +1,12 @@
# Test for #1227, #1418
test('heapprof002',
- [ pre_cmd('cp heapprof001.hs heapprof002.hs')
- , extra_clean(['heapprof002.hs'])
- , extra_ways(['normal_h'])
- , extra_run_opts('7')
- ],
+ [pre_cmd('cp heapprof001.hs heapprof002.hs'), extra_ways(['normal_h']),
+ extra_run_opts('7')],
compile_and_run, [''])
-test('T11489', [req_profiling, extra_clean(['T11489.prof', 'T11489.hp'])],
- run_command, ['$MAKE -s --no-print-directory T11489'])
+test('T11489', [req_profiling], run_command,
+ ['$MAKE -s --no-print-directory T11489'])
# Below this line, run tests only with profiling ways.
setTestOpts(req_profiling)