diff options
author | Roland Senn <rsx@bluewin.ch> | 2021-05-19 11:29:43 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-05-20 11:37:32 -0400 |
commit | 7c066734705048edb5b5b0afc30acea0805ec18d (patch) | |
tree | 00f8aaa41d280e3c9084a15395ec259f43b6c80f /testsuite/tests/ghci.debugger/scripts/all.T | |
parent | 43139064a95220cfa8b633840a76eb75d5affd0d (diff) | |
download | haskell-7c066734705048edb5b5b0afc30acea0805ec18d.tar.gz |
Use pprSigmaType to print GHCi debugger Suspension Terms (Fix #19355)
In the GHCi debugger use the function `pprSigmaType` to print out
Suspension Terms. The function `pprSigmaType` respect the flag
`-f(no-)print-explicit-foralls` and so it fixes #19355.
Switch back output of existing tests to default mode (no explicit foralls).
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/all.T')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/all.T b/testsuite/tests/ghci.debugger/scripts/all.T index d6de0b3151..8e50e6b35f 100644 --- a/testsuite/tests/ghci.debugger/scripts/all.T +++ b/testsuite/tests/ghci.debugger/scripts/all.T @@ -127,3 +127,4 @@ test('break029', extra_files(['break029.hs']), ghci_script, ['break029.script']) test('T2215', normal, ghci_script, ['T2215.script']) test('T17989', normal, ghci_script, ['T17989.script']) test('T19157', normal, ghci_script, ['T19157.script']) +test('T19355', normal, ghci_script, ['T19355.script']) |