diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-06-03 11:36:06 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-06-05 19:23:46 -0400 |
commit | 5e1a224435fc6ebd34d02566f17fe1eaf5475bab (patch) | |
tree | 5574e1bcb79c193571a9ff81068aa688d018f928 /testsuite | |
parent | 3e343292353764847a7cb624167a850ee467f9ce (diff) | |
download | haskell-5e1a224435fc6ebd34d02566f17fe1eaf5475bab.tar.gz |
testsuite: Fix Note style
Diffstat (limited to 'testsuite')
-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: |