diff options
-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: |