diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-06-03 11:36:06 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2021-06-04 15:11:17 -0400 |
commit | 5bce2212a06f46aed2349b54198a882144b1b9fe (patch) | |
tree | f0164329f48004d552b307a0cf2826dfc12bba82 | |
parent | ff7a40bc9a01c6ff7e3f7490a7a3e3a7eafdc999 (diff) | |
download | haskell-wip/T17917a.tar.gz |
testsuite: Fix Note stylewip/T17917a
-rw-r--r-- | testsuite/tests/profiling/should_run/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T index 193afbfb3d..b793bce24f 100644 --- a/testsuite/tests/profiling/should_run/all.T +++ b/testsuite/tests/profiling/should_run/all.T @@ -110,6 +110,7 @@ test('T5559', fragile(16350), compile_and_run, ['']) test('T7275', normal, makefile_test, []) # Note [consistent stacks] +# ~~~~~~~~~~~~~~~~~~~~~~~~ # Certain optimisations can change the stacks we get out of the # profiler. These flags are necessary (but perhaps not sufficient) # to get consistent stacks: |